Html Css Color HEX #B20229 Venetian Red

📋 copy color: '#B20229'

red 178 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #B20229

Tints of Venetian Red #B20229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.55%

R = 80.54%
G = 0.9%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B20229 (or 0xB20229) is known color: Venetian Red. HEX triplet: B2, 02 and 29. RGB value is (178,2,41). Sum of RGB (Red+Green+Blue) = 178+2+41=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 2 (1.17% from 255 or 0.90% from 221); Blue value is 41 (16.41% from 255 or 18.55% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B20229 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20229 is #4DFDD6. Grayscale: #3B3B3B. Windows color (decimal): -5111255 or 2687666. OLE color: 2687666.

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

Color convert

RGB 178 2 41 -
CMYK 0 0.99 0.77 0.30
HSL 346.7º 0.98% 0.35% -
HSV(B) 346.7º 0.99% 0.7% -
XYZ 18.78 9.67 2.97 -
YUV 59.07 117.81 212.83 -
System Red Green Blue C M Y K H S L
Decimal 178 2 41 0 0.99 0.77 0.30 346.7 0.98 0.35
Hex B2 2 29 0 63 4D 1E 15B 62 23
Octal 262 2 51 0 143 115 36 533 142 43
Binary 10110010 10 101001 0 1100011 1001101 11110 101011011 1100010 100011

Color Harmonies of #B20229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20229

Black with #B20229

Text Example


Text Example

White with #B20229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20229; }

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

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

background-color css

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

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

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

border-color css

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

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

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