Html Css Color HEX #B20828 Venetian Red

📋 copy color: '#B20828'

red 178 ◦ green 8 ◦ blue 40

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

Shades of Venetian Red #B20828

Tints of Venetian Red #B20828

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.54%

 BLUE value IS 40 (16.02% from 255) = 17.7%

R = 78.76%
G = 3.54%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B20828 (or 0xB20828) is known color: Venetian Red. HEX triplet: B2, 08 and 28. RGB value is (178,8,40). Sum of RGB (Red+Green+Blue) = 178+8+40=226 (29% of max value = 765). Red value is 178 (69.92% from 255 or 78.76% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 40 (16.02% from 255 or 17.70% from 226); Max value from RGB is 178 - color contains mainly: red. Hex color #B20828 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20828 is #4DF7D7. Grayscale: #3E3E3E. Windows color (decimal): -5109720 or 2623666. OLE color: 2623666.

HSL color Cylindrical-coordinate representation of color #B20828: hue angle of 348.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B20828 is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 40 -
CMYK 0 0.96 0.78 0.30
HSL 348.71º 0.91% 0.36% -
HSV(B) 348.71º 0.96% 0.7% -
XYZ 18.83 9.79 2.91 -
YUV 62.48 115.32 210.4 -
System Red Green Blue C M Y K H S L
Decimal 178 8 40 0 0.96 0.78 0.30 348.71 0.91 0.36
Hex B2 8 28 0 60 4E 1E 15D 5B 24
Octal 262 10 50 0 140 116 36 535 133 44
Binary 10110010 1000 101000 0 1100000 1001110 11110 101011101 1011011 100100

Color Harmonies of #B20828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20828

Black with #B20828

Text Example


Text Example

White with #B20828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20828; }

 p { color: rgb(178,8,40); }

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

background-color css

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

 a { background-color: rgb(178,8,40); }

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

border-color css

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

 span { border-color: rgb(178,8,40); }

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