Html Css Color HEX #B20424 Venetian Red

📋 copy color: '#B20424'

red 178 ◦ green 4 ◦ blue 36

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

Shades of Venetian Red #B20424

Tints of Venetian Red #B20424

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.83%

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

R = 81.65%
G = 1.83%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B20424 (or 0xB20424) is known color: Venetian Red. HEX triplet: B2, 04 and 24. RGB value is (178,4,36). Sum of RGB (Red+Green+Blue) = 178+4+36=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 4 (1.95% from 255 or 1.83% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B20424 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20424 is #4DFBDB. Grayscale: #3B3B3B. Windows color (decimal): -5110748 or 2360498. OLE color: 2360498.

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

Color convert

RGB 178 4 36 -
CMYK 0 0.98 0.80 0.30
HSL 348.97º 0.96% 0.36% -
HSV(B) 348.97º 0.98% 0.7% -
XYZ 18.72 9.68 2.55 -
YUV 59.67 114.65 212.4 -
System Red Green Blue C M Y K H S L
Decimal 178 4 36 0 0.98 0.80 0.30 348.97 0.96 0.36
Hex B2 4 24 0 62 50 1E 15D 60 24
Octal 262 4 44 0 142 120 36 535 140 44
Binary 10110010 100 100100 0 1100010 1010000 11110 101011101 1100000 100100

Color Harmonies of #B20424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20424

Black with #B20424

Text Example


Text Example

White with #B20424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20424; }

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

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

background-color css

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

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

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

border-color css

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

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

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