Html Css Color HEX #B20616 Venetian Red

📋 copy color: '#B20616'

red 178 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #B20616

Tints of Venetian Red #B20616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.68%

R = 86.41%
G = 2.91%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B20616 (or 0xB20616) is known color: Venetian Red. HEX triplet: B2, 06 and 16. RGB value is (178,6,22). Sum of RGB (Red+Green+Blue) = 178+6+22=206 (27% of max value = 765). Red value is 178 (69.92% from 255 or 86.41% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 178 - color contains mainly: red. Hex color #B20616 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20616 is #4DF9E9. Grayscale: #3B3B3B. Windows color (decimal): -5110250 or 1443506. OLE color: 1443506.

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

Color convert

RGB 178 6 22 -
CMYK 0 0.97 0.88 0.30
HSL 354.42º 0.93% 0.36% -
HSV(B) 354.42º 0.97% 0.7% -
XYZ 18.57 9.65 1.64 -
YUV 59.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 178 6 22 0 0.97 0.88 0.30 354.42 0.93 0.36
Hex B2 6 16 0 61 58 1E 162 5D 24
Octal 262 6 26 0 141 130 36 542 135 44
Binary 10110010 110 10110 0 1100001 1011000 11110 101100010 1011101 100100

Color Harmonies of #B20616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20616

Black with #B20616

Text Example


Text Example

White with #B20616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20616; }

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

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

background-color css

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

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

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

border-color css

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

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

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