Html Css Color HEX #AF0212 Venetian Red

📋 copy color: '#AF0212'

red 175 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #AF0212

Tints of Venetian Red #AF0212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

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

R = 89.74%
G = 1.03%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0212 (or 0xAF0212) is known color: Venetian Red. HEX triplet: AF, 02 and 12. RGB value is (175,2,18). Sum of RGB (Red+Green+Blue) = 175+2+18=195 (25% of max value = 765). Red value is 175 (68.75% from 255 or 89.74% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0212 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0212 is #50FDED. Grayscale: #373737. Windows color (decimal): -5307886 or 1180335. OLE color: 1180335.

HSL color Cylindrical-coordinate representation of color #AF0212: hue angle of 354.45º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF0212 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 2 18 -
CMYK 0 0.99 0.90 0.31
HSL 354.45º 0.98% 0.35% -
HSV(B) 354.45º 0.99% 0.69% -
XYZ 17.81 9.2 1.41 -
YUV 55.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 175 2 18 0 0.99 0.90 0.31 354.45 0.98 0.35
Hex AF 2 12 0 63 5A 1F 162 62 23
Octal 257 2 22 0 143 132 37 542 142 43
Binary 10101111 10 10010 0 1100011 1011010 11111 101100010 1100010 100011

Color Harmonies of #AF0212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0212

Black with #AF0212

Text Example


Text Example

White with #AF0212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0212; }

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

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

background-color css

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

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

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

border-color css

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

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

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