Html Css Color HEX #B20B15 Venetian Red

📋 copy color: '#B20B15'

red 178 ◦ green 11 ◦ blue 21

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

Shades of Venetian Red #B20B15

Tints of Venetian Red #B20B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10%

R = 84.76%
G = 5.24%
B = 10%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B20B15 (or 0xB20B15) is known color: Venetian Red. HEX triplet: B2, 0B and 15. RGB value is (178,11,21). Sum of RGB (Red+Green+Blue) = 178+11+21=210 (27% of max value = 765). Red value is 178 (69.92% from 255 or 84.76% from 210); Green value is 11 (4.69% from 255 or 5.24% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 178 - color contains mainly: red. Hex color #B20B15 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20B15 is #4DF4EA. Grayscale: #3E3E3E. Windows color (decimal): -5108971 or 1379250. OLE color: 1379250.

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

Color convert

RGB 178 11 21 -
CMYK 0 0.94 0.88 0.30
HSL 356.41º 0.88% 0.37% -
HSV(B) 356.41º 0.94% 0.7% -
XYZ 18.62 9.76 1.61 -
YUV 62.07 104.83 210.69 -
System Red Green Blue C M Y K H S L
Decimal 178 11 21 0 0.94 0.88 0.30 356.41 0.88 0.37
Hex B2 B 15 0 5E 58 1E 164 58 25
Octal 262 13 25 0 136 130 36 544 130 45
Binary 10110010 1011 10101 0 1011110 1011000 11110 101100100 1011000 100101

Color Harmonies of #B20B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20B15

Black with #B20B15

Text Example


Text Example

White with #B20B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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