Html Css Color HEX #AF0506 Venetian Red

📋 copy color: '#AF0506'

red 175 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #AF0506

Tints of Venetian Red #AF0506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 94.09%
G = 2.69%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF0506 (or 0xAF0506) is known color: Venetian Red. HEX triplet: AF, 05 and 06. RGB value is (175,5,6). Sum of RGB (Red+Green+Blue) = 175+5+6=186 (24% of max value = 765). Red value is 175 (68.75% from 255 or 94.09% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0506 is #50FAF9. Grayscale: #383838. Windows color (decimal): -5307130 or 394671. OLE color: 394671.

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

Color convert

RGB 175 5 6 -
CMYK 0 0.97 0.97 0.31
HSL 359.65º 0.94% 0.35% -
HSV(B) 359.65º 0.97% 0.69% -
XYZ 17.77 9.24 1.02 -
YUV 55.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 175 5 6 0 0.97 0.97 0.31 359.65 0.94 0.35
Hex AF 5 6 0 61 61 1F 168 5E 23
Octal 257 5 6 0 141 141 37 550 136 43
Binary 10101111 101 110 0 1100001 1100001 11111 101101000 1011110 100011

Color Harmonies of #AF0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0506

Black with #AF0506

Text Example


Text Example

White with #AF0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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