Html Css Color HEX #B20C11 Venetian Red

📋 copy color: '#B20C11'

red 178 ◦ green 12 ◦ blue 17

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

Shades of Venetian Red #B20C11

Tints of Venetian Red #B20C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.8%

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

R = 85.99%
G = 5.8%
B = 8.21%

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

#B20C11 (or 0xB20C11) is known color: Venetian Red. HEX triplet: B2, 0C and 11. RGB value is (178,12,17). Sum of RGB (Red+Green+Blue) = 178+12+17=207 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.99% from 207); Green value is 12 (5.08% from 255 or 5.80% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20C11 is #4DF3EE. Grayscale: #3E3E3E. Windows color (decimal): -5108719 or 1117362. OLE color: 1117362.

HSL color Cylindrical-coordinate representation of color #B20C11: hue angle of 358.19º degrees, saturation: 0.87, 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 #B20C11 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 12 17 -
CMYK 0 0.93 0.90 0.30
HSL 358.19º 0.87% 0.37% -
HSV(B) 358.19º 0.93% 0.7% -
XYZ 18.59 9.77 1.44 -
YUV 62.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 178 12 17 0 0.93 0.90 0.30 358.19 0.87 0.37
Hex B2 C 11 0 5D 5A 1E 166 57 25
Octal 262 14 21 0 135 132 36 546 127 45
Binary 10110010 1100 10001 0 1011101 1011010 11110 101100110 1010111 100101

Color Harmonies of #B20C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20C11

Black with #B20C11

Text Example


Text Example

White with #B20C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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