Html Css Color HEX #AF0023 Carmine

📋 copy color: '#AF0023'

red 175 ◦ green 0 ◦ blue 35

#AF0023
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #AF0023

Tints of Carmine #AF0023

RGB

 RED value IS 175 (68.75% from 255) = 83.33%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 35 (14.06% from 255) = 16.67%

R = 83.33%
G = 0%
B = 16.67%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.8

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF0023 (or 0xAF0023) is known color: Carmine. HEX triplet: AF, 00 and 23. RGB value is (175,0,35). Sum of RGB (Red+Green+Blue) = 175+0+35=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 35 (14.06% from 255 or 16.67% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0023 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AF0023 is #50FFDC. Grayscale: #383838. Windows color (decimal): -5308381 or 2293935. OLE color: 2293935.

HSL color Cylindrical-coordinate representation of color #AF0023: hue angle of 348º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF0023 is Cyan = 0, Magento = 1, Yellow = 0.8 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 0 35 -
CMYK 0 1 0.8 0.31
HSL 348º 1% 0.34% -
HSV(B) 348º 1% 0.69% -
XYZ 17.98 9.24 2.42 -
YUV 56.32 115.98 212.65 -
System Red Green Blue C M Y K H S L
Decimal 175 0 35 0 1 0.8 0.31 348 1 0.34
Hex AF 0 23 0 64 50 1F 15C 64 22
Octal 257 0 43 0 144 120 37 534 144 42
Binary 10101111 0 100011 0 1100100 1010000 11111 101011100 1100100 100010

Color Harmonies of #AF0023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0023

Black with #AF0023

Text Example


Text Example

White with #AF0023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0023; }

 p { color: rgb(175,0,35); }

 H1.HeaderClassName
 {
   color: #AF0023;
 }
 .AnyTagClassName
 {
   color: #AF0023;
 }
</style>

background-color css

<style>
 a { background-color: #AF0023; }

 a { background-color: rgb(175,0,35); }

 div.DivClassName
 {
   background-color: #AF0023;
 }
 .BgClassName
 {
   background-color: #AF0023;
 }
</style>

border-color css

<style>
 span { border-color: #AF0023; }

 span { border-color: rgb(175,0,35); }

 td.TdClassName
 {
   border-color: #AF0023;
 }
 .TagClassName
 {
   border-color: #AF0023;
 }
</style>