Html Css Color HEX #B20D11 Venetian Red

📋 copy color: '#B20D11'

red 178 ◦ green 13 ◦ blue 17

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

Shades of Venetian Red #B20D11

Tints of Venetian Red #B20D11

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.25%

 BLUE value IS 17 (7.03% from 255) = 8.17%

R = 85.58%
G = 6.25%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.30

RGB Variations

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

Color information

#B20D11 (or 0xB20D11) is known color: Venetian Red. HEX triplet: B2, 0D and 11. RGB value is (178,13,17). Sum of RGB (Red+Green+Blue) = 178+13+17=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 13 (5.47% from 255 or 6.25% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B20D11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20D11 is #4DF2EE. Grayscale: #3E3E3E. Windows color (decimal): -5108463 or 1117618. OLE color: 1117618.

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

Color convert

RGB 178 13 17 -
CMYK 0 0.93 0.90 0.30
HSL 358.55º 0.86% 0.37% -
HSV(B) 358.55º 0.93% 0.7% -
XYZ 18.61 9.79 1.44 -
YUV 62.79 102.16 210.17 -
System Red Green Blue C M Y K H S L
Decimal 178 13 17 0 0.93 0.90 0.30 358.55 0.86 0.37
Hex B2 D 11 0 5D 5A 1E 167 56 25
Octal 262 15 21 0 135 132 36 547 126 45
Binary 10110010 1101 10001 0 1011101 1011010 11110 101100111 1010110 100101

Color Harmonies of #B20D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20D11

Black with #B20D11

Text Example


Text Example

White with #B20D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20D11; }

 p { color: rgb(178,13,17); }

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

background-color css

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

 a { background-color: rgb(178,13,17); }

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

border-color css

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

 span { border-color: rgb(178,13,17); }

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