Html Css Color HEX #AF0508 Venetian Red

📋 copy color: '#AF0508'

red 175 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #AF0508

Tints of Venetian Red #AF0508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

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

R = 93.09%
G = 2.66%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF0508 (or 0xAF0508) is known color: Venetian Red. HEX triplet: AF, 05 and 08. RGB value is (175,5,8). Sum of RGB (Red+Green+Blue) = 175+5+8=188 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.09% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 8 (3.52% from 255 or 4.26% from 188); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0508 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0508 is #50FAF7. Grayscale: #383838. Windows color (decimal): -5307128 or 525743. OLE color: 525743.

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

Color convert

RGB 175 5 8 -
CMYK 0 0.97 0.95 0.31
HSL 358.94º 0.94% 0.35% -
HSV(B) 358.94º 0.97% 0.69% -
XYZ 17.78 9.24 1.08 -
YUV 56.17 100.82 212.76 -
System Red Green Blue C M Y K H S L
Decimal 175 5 8 0 0.97 0.95 0.31 358.94 0.94 0.35
Hex AF 5 8 0 61 5F 1F 167 5E 23
Octal 257 5 10 0 141 137 37 547 136 43
Binary 10101111 101 1000 0 1100001 1011111 11111 101100111 1011110 100011

Color Harmonies of #AF0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0508

Black with #AF0508

Text Example


Text Example

White with #AF0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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