Html Css Color HEX #AF020B Venetian Red

📋 copy color: '#AF020B'

red 175 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #AF020B

Tints of Venetian Red #AF020B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.06%

 BLUE value IS 11 (4.69% from 255) = 5.85%

R = 93.09%
G = 1.06%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF020B (or 0xAF020B) is known color: Venetian Red. HEX triplet: AF, 02 and 0B. RGB value is (175,2,11). Sum of RGB (Red+Green+Blue) = 175+2+11=188 (24% of max value = 765). Red value is 175 (68.75% from 255 or 93.09% from 188); Green value is 2 (1.17% from 255 or 1.06% from 188); Blue value is 11 (4.69% from 255 or 5.85% from 188); Max value from RGB is 175 - color contains mainly: red. Hex color #AF020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AF020B is #50FDF4. Grayscale: #363636. Windows color (decimal): -5307893 or 721583. OLE color: 721583.

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

Color convert

RGB 175 2 11 -
CMYK 0 0.99 0.94 0.31
HSL 356.88º 0.98% 0.35% -
HSV(B) 356.88º 0.99% 0.69% -
XYZ 17.76 9.18 1.15 -
YUV 54.75 103.31 213.77 -
System Red Green Blue C M Y K H S L
Decimal 175 2 11 0 0.99 0.94 0.31 356.88 0.98 0.35
Hex AF 2 B 0 63 5E 1F 165 62 23
Octal 257 2 13 0 143 136 37 545 142 43
Binary 10101111 10 1011 0 1100011 1011110 11111 101100101 1100010 100011

Color Harmonies of #AF020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF020B

Black with #AF020B

Text Example


Text Example

White with #AF020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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