Html Css Color HEX #AF0412 Venetian Red

📋 copy color: '#AF0412'

red 175 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #AF0412

Tints of Venetian Red #AF0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.03%

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

R = 88.83%
G = 2.03%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0412 (or 0xAF0412) is known color: Venetian Red. HEX triplet: AF, 04 and 12. RGB value is (175,4,18). Sum of RGB (Red+Green+Blue) = 175+4+18=197 (26% of max value = 765). Red value is 175 (68.75% from 255 or 88.83% from 197); Green value is 4 (1.95% from 255 or 2.03% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0412 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0412 is #50FBED. Grayscale: #383838. Windows color (decimal): -5307374 or 1180847. OLE color: 1180847.

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

Color convert

RGB 175 4 18 -
CMYK 0 0.98 0.90 0.31
HSL 355.09º 0.96% 0.35% -
HSV(B) 355.09º 0.98% 0.69% -
XYZ 17.83 9.24 1.42 -
YUV 56.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 175 4 18 0 0.98 0.90 0.31 355.09 0.96 0.35
Hex AF 4 12 0 62 5A 1F 163 60 23
Octal 257 4 22 0 142 132 37 543 140 43
Binary 10101111 100 10010 0 1100010 1011010 11111 101100011 1100000 100011

Color Harmonies of #AF0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0412

Black with #AF0412

Text Example


Text Example

White with #AF0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0412; }

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

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

background-color css

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

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

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

border-color css

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

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

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