Html Css Color HEX #B20016 Venetian Red

📋 copy color: '#B20016'

red 178 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #B20016

Tints of Venetian Red #B20016

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 89%
G = 0%
B = 11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B20016 (or 0xB20016) is known color: Venetian Red. HEX triplet: B2, 00 and 16. RGB value is (178,0,22). Sum of RGB (Red+Green+Blue) = 178+0+22=200 (26% of max value = 765). Red value is 178 (69.92% from 255 or 89% from 200); Green value is 0 (0.39% from 255 or 0% from 200); Blue value is 22 (8.98% from 255 or 11% from 200); Max value from RGB is 178 - color contains mainly: red. Hex color #B20016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20016 is #4DFFE9. Grayscale: #373737. Windows color (decimal): -5111786 or 1441970. OLE color: 1441970.

HSL color Cylindrical-coordinate representation of color #B20016: hue angle of 352.58º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20016 is Cyan = 0, Magento = 1, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 22 -
CMYK 0 1 0.88 0.30
HSL 352.58º 1% 0.35% -
HSV(B) 352.58º 1% 0.7% -
XYZ 18.5 9.52 1.62 -
YUV 55.73 108.97 215.21 -
System Red Green Blue C M Y K H S L
Decimal 178 0 22 0 1 0.88 0.30 352.58 1 0.35
Hex B2 0 16 0 64 58 1E 161 64 23
Octal 262 0 26 0 144 130 36 541 144 43
Binary 10110010 0 10110 0 1100100 1011000 11110 101100001 1100100 100011

Color Harmonies of #B20016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20016

Black with #B20016

Text Example


Text Example

White with #B20016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20016; }

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

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

background-color css

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

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

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

border-color css

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

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

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