Html Css Color HEX #B20B22 Venetian Red

📋 copy color: '#B20B22'

red 178 ◦ green 11 ◦ blue 34

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

Shades of Venetian Red #B20B22

Tints of Venetian Red #B20B22

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.93%

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 79.82%
G = 4.93%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.30

RGB Variations

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

Color information

#B20B22 (or 0xB20B22) is known color: Venetian Red. HEX triplet: B2, 0B and 22. RGB value is (178,11,34). Sum of RGB (Red+Green+Blue) = 178+11+34=223 (29% of max value = 765). Red value is 178 (69.92% from 255 or 79.82% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B22 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20B22 is #4DF4DD. Grayscale: #3F3F3F. Windows color (decimal): -5108958 or 2231218. OLE color: 2231218.

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

Color convert

RGB 178 11 34 -
CMYK 0 0.94 0.81 0.30
HSL 351.74º 0.88% 0.37% -
HSV(B) 351.74º 0.94% 0.7% -
XYZ 18.77 9.82 2.42 -
YUV 63.56 111.33 209.63 -
System Red Green Blue C M Y K H S L
Decimal 178 11 34 0 0.94 0.81 0.30 351.74 0.88 0.37
Hex B2 B 22 0 5E 51 1E 160 58 25
Octal 262 13 42 0 136 121 36 540 130 45
Binary 10110010 1011 100010 0 1011110 1010001 11110 101100000 1011000 100101

Color Harmonies of #B20B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20B22

Black with #B20B22

Text Example


Text Example

White with #B20B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20B22; }

 p { color: rgb(178,11,34); }

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

background-color css

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

 a { background-color: rgb(178,11,34); }

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

border-color css

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

 span { border-color: rgb(178,11,34); }

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