Html Css Color HEX #AF0612 Venetian Red

📋 copy color: '#AF0612'

red 175 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #AF0612

Tints of Venetian Red #AF0612

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.02%

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

R = 87.94%
G = 3.02%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0612 (or 0xAF0612) is known color: Venetian Red. HEX triplet: AF, 06 and 12. RGB value is (175,6,18). Sum of RGB (Red+Green+Blue) = 175+6+18=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 6 (2.73% from 255 or 3.02% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0612 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0612 is #50F9ED. Grayscale: #3A3A3A. Windows color (decimal): -5306862 or 1181359. OLE color: 1181359.

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

Color convert

RGB 175 6 18 -
CMYK 0 0.97 0.90 0.31
HSL 355.74º 0.93% 0.35% -
HSV(B) 355.74º 0.97% 0.69% -
XYZ 17.85 9.29 1.42 -
YUV 57.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 175 6 18 0 0.97 0.90 0.31 355.74 0.93 0.35
Hex AF 6 12 0 61 5A 1F 164 5D 23
Octal 257 6 22 0 141 132 37 544 135 43
Binary 10101111 110 10010 0 1100001 1011010 11111 101100100 1011101 100011

Color Harmonies of #AF0612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0612

Black with #AF0612

Text Example


Text Example

White with #AF0612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0612; }

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

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

background-color css

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

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

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

border-color css

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

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

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