Html Css Color HEX #AF0C17 Venetian Red

📋 copy color: '#AF0C17'

red 175 ◦ green 12 ◦ blue 23

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

Shades of Venetian Red #AF0C17

Tints of Venetian Red #AF0C17

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.71%

 BLUE value IS 23 (9.38% from 255) = 10.95%

R = 83.33%
G = 5.71%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#AF0C17 (or 0xAF0C17) is known color: Venetian Red. HEX triplet: AF, 0C and 17. RGB value is (175,12,23). Sum of RGB (Red+Green+Blue) = 175+12+23=210 (27% of max value = 765). Red value is 175 (68.75% from 255 or 83.33% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 23 (9.38% from 255 or 10.95% from 210); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C17 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0C17 is #50F3E8. Grayscale: #3E3E3E. Windows color (decimal): -5305321 or 1510575. OLE color: 1510575.

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

Color convert

RGB 175 12 23 -
CMYK 0 0.93 0.87 0.31
HSL 355.95º 0.87% 0.37% -
HSV(B) 355.95º 0.93% 0.69% -
XYZ 17.97 9.44 1.69 -
YUV 61.99 106 208.61 -
System Red Green Blue C M Y K H S L
Decimal 175 12 23 0 0.93 0.87 0.31 355.95 0.87 0.37
Hex AF C 17 0 5D 57 1F 164 57 25
Octal 257 14 27 0 135 127 37 544 127 45
Binary 10101111 1100 10111 0 1011101 1010111 11111 101100100 1010111 100101

Color Harmonies of #AF0C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C17

Black with #AF0C17

Text Example


Text Example

White with #AF0C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C17; }

 p { color: rgb(175,12,23); }

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

background-color css

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

 a { background-color: rgb(175,12,23); }

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

border-color css

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

 span { border-color: rgb(175,12,23); }

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