Html Css Color HEX #B20220 Venetian Red

📋 copy color: '#B20220'

red 178 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #B20220

Tints of Venetian Red #B20220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 15.09%

R = 83.96%
G = 0.94%
B = 15.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#B20220 (or 0xB20220) is known color: Venetian Red. HEX triplet: B2, 02 and 20. RGB value is (178,2,32). Sum of RGB (Red+Green+Blue) = 178+2+32=212 (28% of max value = 765). Red value is 178 (69.92% from 255 or 83.96% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 32 (12.89% from 255 or 15.09% from 212); Max value from RGB is 178 - color contains mainly: red. Hex color #B20220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20220 is #4DFDDF. Grayscale: #3A3A3A. Windows color (decimal): -5111264 or 2097842. OLE color: 2097842.

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

Color convert

RGB 178 2 32 -
CMYK 0 0.99 0.82 0.30
HSL 349.77º 0.98% 0.35% -
HSV(B) 349.77º 0.99% 0.7% -
XYZ 18.64 9.61 2.24 -
YUV 58.04 113.31 213.56 -
System Red Green Blue C M Y K H S L
Decimal 178 2 32 0 0.99 0.82 0.30 349.77 0.98 0.35
Hex B2 2 20 0 63 52 1E 15E 62 23
Octal 262 2 40 0 143 122 36 536 142 43
Binary 10110010 10 100000 0 1100011 1010010 11110 101011110 1100010 100011

Color Harmonies of #B20220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20220

Black with #B20220

Text Example


Text Example

White with #B20220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20220; }

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

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

background-color css

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

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

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

border-color css

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

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

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