Html Css Color HEX #B20624 Venetian Red

📋 copy color: '#B20624'

red 178 ◦ green 6 ◦ blue 36

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

Shades of Venetian Red #B20624

Tints of Venetian Red #B20624

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.73%

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

R = 80.91%
G = 2.73%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#B20624 (or 0xB20624) is known color: Venetian Red. HEX triplet: B2, 06 and 24. RGB value is (178,6,36). Sum of RGB (Red+Green+Blue) = 178+6+36=220 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.91% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 36 (14.45% from 255 or 16.36% from 220); Max value from RGB is 178 - color contains mainly: red. Hex color #B20624 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20624 is #4DF9DB. Grayscale: #3C3C3C. Windows color (decimal): -5110236 or 2361010. OLE color: 2361010.

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

Color convert

RGB 178 6 36 -
CMYK 0 0.97 0.80 0.30
HSL 349.53º 0.93% 0.36% -
HSV(B) 349.53º 0.97% 0.7% -
XYZ 18.74 9.72 2.56 -
YUV 60.85 113.98 211.56 -
System Red Green Blue C M Y K H S L
Decimal 178 6 36 0 0.97 0.80 0.30 349.53 0.93 0.36
Hex B2 6 24 0 61 50 1E 15E 5D 24
Octal 262 6 44 0 141 120 36 536 135 44
Binary 10110010 110 100100 0 1100001 1010000 11110 101011110 1011101 100100

Color Harmonies of #B20624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20624

Black with #B20624

Text Example


Text Example

White with #B20624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20624; }

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

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

background-color css

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

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

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

border-color css

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

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

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