Html Css Color HEX #B20204 Venetian Red

📋 copy color: '#B20204'

red 178 ◦ green 2 ◦ blue 4

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

Shades of Venetian Red #B20204

Tints of Venetian Red #B20204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.17%

R = 96.74%
G = 1.09%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.30

RGB Variations

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

Color information

#B20204 (or 0xB20204) is known color: Venetian Red. HEX triplet: B2, 02 and 04. RGB value is (178,2,4). Sum of RGB (Red+Green+Blue) = 178+2+4=184 (24% of max value = 765). Red value is 178 (69.92% from 255 or 96.74% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 4 (1.95% from 255 or 2.17% from 184); Max value from RGB is 178 - color contains mainly: red. Hex color #B20204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20204 is #4DFDFB. Grayscale: #373737. Windows color (decimal): -5111292 or 262834. OLE color: 262834.

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

Color convert

RGB 178 2 4 -
CMYK 0 0.99 0.98 0.30
HSL 359.32º 0.98% 0.35% -
HSV(B) 359.32º 0.99% 0.7% -
XYZ 18.4 9.52 0.98 -
YUV 54.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 178 2 4 0 0.99 0.98 0.30 359.32 0.98 0.35
Hex B2 2 4 0 63 62 1E 167 62 23
Octal 262 2 4 0 143 142 36 547 142 43
Binary 10110010 10 100 0 1100011 1100010 11110 101100111 1100010 100011

Color Harmonies of #B20204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20204

Black with #B20204

Text Example


Text Example

White with #B20204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20204; }

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

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

background-color css

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

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

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

border-color css

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

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

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