Html Css Color HEX #B2020B Venetian Red

📋 copy color: '#B2020B'

red 178 ◦ green 2 ◦ blue 11

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

Shades of Venetian Red #B2020B

Tints of Venetian Red #B2020B

RGB

 RED value IS 178 (69.92% from 255) = 93.19%

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

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

R = 93.19%
G = 1.05%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.30

RGB Variations

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

Color information

#B2020B (or 0xB2020B) is known color: Venetian Red. HEX triplet: B2, 02 and 0B. RGB value is (178,2,11). Sum of RGB (Red+Green+Blue) = 178+2+11=191 (25% of max value = 765). Red value is 178 (69.92% from 255 or 93.19% from 191); Green value is 2 (1.17% from 255 or 1.05% from 191); Blue value is 11 (4.69% from 255 or 5.76% from 191); Max value from RGB is 178 - color contains mainly: red. Hex color #B2020B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B2020B is #4DFDF4. Grayscale: #373737. Windows color (decimal): -5111285 or 721586. OLE color: 721586.

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

Color convert

RGB 178 2 11 -
CMYK 0 0.99 0.94 0.30
HSL 356.93º 0.98% 0.35% -
HSV(B) 356.93º 0.99% 0.7% -
XYZ 18.44 9.53 1.18 -
YUV 55.65 102.81 215.27 -
System Red Green Blue C M Y K H S L
Decimal 178 2 11 0 0.99 0.94 0.30 356.93 0.98 0.35
Hex B2 2 B 0 63 5E 1E 165 62 23
Octal 262 2 13 0 143 136 36 545 142 43
Binary 10110010 10 1011 0 1100011 1011110 11110 101100101 1100010 100011

Color Harmonies of #B2020B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2020B

Black with #B2020B

Text Example


Text Example

White with #B2020B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2020B; }

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

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

background-color css

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

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

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

border-color css

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

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

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