Html Css Color HEX #B0020B Venetian Red

📋 copy color: '#B0020B'

red 176 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #B0020B

Tints of Venetian Red #B0020B

RGB

 RED value IS 176 (69.14% from 255) = 93.12%

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

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

R = 93.12%
G = 1.06%
B = 5.82%

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

#B0020B (or 0xB0020B) is known color: Venetian Red. HEX triplet: B0, 02 and 0B. RGB value is (176,2,11). Sum of RGB (Red+Green+Blue) = 176+2+11=189 (25% of max value = 765). Red value is 176 (69.14% from 255 or 93.12% from 189); Green value is 2 (1.17% from 255 or 1.06% from 189); Blue value is 11 (4.69% from 255 or 5.82% from 189); Max value from RGB is 176 - color contains mainly: red. Hex color #B0020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B0020B is #4FFDF4. Grayscale: #373737. Windows color (decimal): -5242357 or 721584. OLE color: 721584.

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

Color convert

RGB 176 2 11 -
CMYK 0 0.99 0.94 0.31
HSL 356.9º 0.98% 0.35% -
HSV(B) 356.9º 0.99% 0.69% -
XYZ 17.99 9.3 1.16 -
YUV 55.05 103.15 214.27 -
System Red Green Blue C M Y K H S L
Decimal 176 2 11 0 0.99 0.94 0.31 356.9 0.98 0.35
Hex B0 2 B 0 63 5E 1F 165 62 23
Octal 260 2 13 0 143 136 37 545 142 43
Binary 10110000 10 1011 0 1100011 1011110 11111 101100101 1100010 100011

Color Harmonies of #B0020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0020B

Black with #B0020B

Text Example


Text Example

White with #B0020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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