Html Css Color HEX #AF0811 Venetian Red

📋 copy color: '#AF0811'

red 175 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #AF0811

Tints of Venetian Red #AF0811

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4%

 BLUE value IS 17 (7.03% from 255) = 8.5%

R = 87.5%
G = 4%
B = 8.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.31

RGB Variations

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

Color information

#AF0811 (or 0xAF0811) is known color: Venetian Red. HEX triplet: AF, 08 and 11. RGB value is (175,8,17). Sum of RGB (Red+Green+Blue) = 175+8+17=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0811 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0811 is #50F7EE. Grayscale: #3B3B3B. Windows color (decimal): -5306351 or 1116335. OLE color: 1116335.

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

Color convert

RGB 175 8 17 -
CMYK 0 0.95 0.90 0.31
HSL 356.77º 0.91% 0.36% -
HSV(B) 356.77º 0.95% 0.69% -
XYZ 17.87 9.33 1.39 -
YUV 58.96 104.33 210.77 -
System Red Green Blue C M Y K H S L
Decimal 175 8 17 0 0.95 0.90 0.31 356.77 0.91 0.36
Hex AF 8 11 0 5F 5A 1F 165 5B 24
Octal 257 10 21 0 137 132 37 545 133 44
Binary 10101111 1000 10001 0 1011111 1011010 11111 101100101 1011011 100100

Color Harmonies of #AF0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0811

Black with #AF0811

Text Example


Text Example

White with #AF0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0811; }

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

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

background-color css

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

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

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

border-color css

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

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

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