Html Css Color HEX #AF0408 Venetian Red

📋 copy color: '#AF0408'

red 175 ◦ green 4 ◦ blue 8

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

Shades of Venetian Red #AF0408

Tints of Venetian Red #AF0408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.28%

R = 93.58%
G = 2.14%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF0408 (or 0xAF0408) is known color: Venetian Red. HEX triplet: AF, 04 and 08. RGB value is (175,4,8). Sum of RGB (Red+Green+Blue) = 175+4+8=187 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.58% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0408 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0408 is #50FBF7. Grayscale: #373737. Windows color (decimal): -5307384 or 525487. OLE color: 525487.

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

Color convert

RGB 175 4 8 -
CMYK 0 0.98 0.95 0.31
HSL 358.6º 0.96% 0.35% -
HSV(B) 358.6º 0.98% 0.69% -
XYZ 17.77 9.22 1.07 -
YUV 55.59 101.15 213.17 -
System Red Green Blue C M Y K H S L
Decimal 175 4 8 0 0.98 0.95 0.31 358.6 0.96 0.35
Hex AF 4 8 0 62 5F 1F 167 60 23
Octal 257 4 10 0 142 137 37 547 140 43
Binary 10101111 100 1000 0 1100010 1011111 11111 101100111 1100000 100011

Color Harmonies of #AF0408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0408

Black with #AF0408

Text Example


Text Example

White with #AF0408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0408; }

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

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

background-color css

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

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

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

border-color css

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

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

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