Html Css Color HEX #B20224 Venetian Red

📋 copy color: '#B20224'

red 178 ◦ green 2 ◦ blue 36

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

Shades of Venetian Red #B20224

Tints of Venetian Red #B20224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.67%

R = 82.41%
G = 0.93%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B20224 (or 0xB20224) is known color: Venetian Red. HEX triplet: B2, 02 and 24. RGB value is (178,2,36). Sum of RGB (Red+Green+Blue) = 178+2+36=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B20224 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20224 is #4DFDDB. Grayscale: #3A3A3A. Windows color (decimal): -5111260 or 2359986. OLE color: 2359986.

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

Color convert

RGB 178 2 36 -
CMYK 0 0.99 0.80 0.30
HSL 348.41º 0.98% 0.35% -
HSV(B) 348.41º 0.99% 0.7% -
XYZ 18.7 9.64 2.54 -
YUV 58.5 115.31 213.24 -
System Red Green Blue C M Y K H S L
Decimal 178 2 36 0 0.99 0.80 0.30 348.41 0.98 0.35
Hex B2 2 24 0 63 50 1E 15C 62 23
Octal 262 2 44 0 143 120 36 534 142 43
Binary 10110010 10 100100 0 1100011 1010000 11110 101011100 1100010 100011

Color Harmonies of #B20224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20224

Black with #B20224

Text Example


Text Example

White with #B20224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20224; }

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

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

background-color css

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

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

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

border-color css

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

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

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