Html Css Color HEX #AF0B0D Venetian Red

📋 copy color: '#AF0B0D'

red 175 ◦ green 11 ◦ blue 13

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

Shades of Venetian Red #AF0B0D

Tints of Venetian Red #AF0B0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.53%

R = 87.94%
G = 5.53%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF0B0D (or 0xAF0B0D) is known color: Venetian Red. HEX triplet: AF, 0B and 0D. RGB value is (175,11,13). Sum of RGB (Red+Green+Blue) = 175+11+13=199 (26% of max value = 765). Red value is 175 (68.75% from 255 or 87.94% from 199); Green value is 11 (4.69% from 255 or 5.53% from 199); Blue value is 13 (5.47% from 255 or 6.53% from 199); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0B0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF0B0D is #50F4F2. Grayscale: #3C3C3C. Windows color (decimal): -5305587 or 854959. OLE color: 854959.

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

Color convert

RGB 175 11 13 -
CMYK 0 0.94 0.93 0.31
HSL 359.27º 0.88% 0.36% -
HSV(B) 359.27º 0.94% 0.69% -
XYZ 17.87 9.38 1.25 -
YUV 60.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 175 11 13 0 0.94 0.93 0.31 359.27 0.88 0.36
Hex AF B D 0 5E 5D 1F 167 58 24
Octal 257 13 15 0 136 135 37 547 130 44
Binary 10101111 1011 1101 0 1011110 1011101 11111 101100111 1011000 100100

Color Harmonies of #AF0B0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF0B0D

Black with #AF0B0D

Text Example


Text Example

White with #AF0B0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF0B0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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