Html Css Color HEX #AF0B0E Venetian Red

📋 copy color: '#AF0B0E'

red 175 ◦ green 11 ◦ blue 14

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

Shades of Venetian Red #AF0B0E

Tints of Venetian Red #AF0B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.5%

 BLUE value IS 14 (5.86% from 255) = 7%

R = 87.5%
G = 5.5%
B = 7%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#AF0B0E (or 0xAF0B0E) is known color: Venetian Red. HEX triplet: AF, 0B and 0E. RGB value is (175,11,14). Sum of RGB (Red+Green+Blue) = 175+11+14=200 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.5% from 200); Green value is 11 (4.69% from 255 or 5.5% from 200); Blue value is 14 (5.86% from 255 or 7% from 200); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B0E is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0B0E is #50F4F1. Grayscale: #3C3C3C. Windows color (decimal): -5305586 or 920495. OLE color: 920495.

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

Color convert

RGB 175 11 14 -
CMYK 0 0.94 0.92 0.31
HSL 358.9º 0.88% 0.36% -
HSV(B) 358.9º 0.94% 0.69% -
XYZ 17.88 9.39 1.28 -
YUV 60.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 175 11 14 0 0.94 0.92 0.31 358.9 0.88 0.36
Hex AF B E 0 5E 5C 1F 167 58 24
Octal 257 13 16 0 136 134 37 547 130 44
Binary 10101111 1011 1110 0 1011110 1011100 11111 101100111 1011000 100100

Color Harmonies of #AF0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B0E

Black with #AF0B0E

Text Example


Text Example

White with #AF0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B0E; }

 p { color: rgb(175,11,14); }

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

background-color css

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

 a { background-color: rgb(175,11,14); }

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

border-color css

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

 span { border-color: rgb(175,11,14); }

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