Html Css Color HEX #AF0810 Venetian Red

📋 copy color: '#AF0810'

red 175 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #AF0810

Tints of Venetian Red #AF0810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 8.04%

R = 87.94%
G = 4.02%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF0810 (or 0xAF0810) is known color: Venetian Red. HEX triplet: AF, 08 and 10. RGB value is (175,8,16). Sum of RGB (Red+Green+Blue) = 175+8+16=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0810 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0810 is #50F7EF. Grayscale: #3A3A3A. Windows color (decimal): -5306352 or 1050799. OLE color: 1050799.

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

Color convert

RGB 175 8 16 -
CMYK 0 0.95 0.91 0.31
HSL 357.13º 0.91% 0.36% -
HSV(B) 357.13º 0.95% 0.69% -
XYZ 17.86 9.33 1.35 -
YUV 58.85 103.83 210.85 -
System Red Green Blue C M Y K H S L
Decimal 175 8 16 0 0.95 0.91 0.31 357.13 0.91 0.36
Hex AF 8 10 0 5F 5B 1F 165 5B 24
Octal 257 10 20 0 137 133 37 545 133 44
Binary 10101111 1000 10000 0 1011111 1011011 11111 101100101 1011011 100100

Color Harmonies of #AF0810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0810

Black with #AF0810

Text Example


Text Example

White with #AF0810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0810; }

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

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

background-color css

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

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

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

border-color css

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

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

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