Html Css Color HEX #AF0C12 Venetian Red

📋 copy color: '#AF0C12'

red 175 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #AF0C12

Tints of Venetian Red #AF0C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.78%

R = 85.37%
G = 5.85%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0C12 (or 0xAF0C12) is known color: Venetian Red. HEX triplet: AF, 0C and 12. RGB value is (175,12,18). Sum of RGB (Red+Green+Blue) = 175+12+18=205 (27% of max value = 765). Red value is 175 (68.75% from 255 or 85.37% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 18 (7.42% from 255 or 8.78% from 205); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0C12 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0C12 is #50F3ED. Grayscale: #3D3D3D. Windows color (decimal): -5305326 or 1182895. OLE color: 1182895.

HSL color Cylindrical-coordinate representation of color #AF0C12: hue angle of 357.79º 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 #AF0C12 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 12 18 -
CMYK 0 0.93 0.90 0.31
HSL 357.79º 0.87% 0.37% -
HSV(B) 357.79º 0.93% 0.69% -
XYZ 17.92 9.42 1.45 -
YUV 61.42 103.5 209.01 -
System Red Green Blue C M Y K H S L
Decimal 175 12 18 0 0.93 0.90 0.31 357.79 0.87 0.37
Hex AF C 12 0 5D 5A 1F 166 57 25
Octal 257 14 22 0 135 132 37 546 127 45
Binary 10101111 1100 10010 0 1011101 1011010 11111 101100110 1010111 100101

Color Harmonies of #AF0C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0C12

Black with #AF0C12

Text Example


Text Example

White with #AF0C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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