Html Css Color HEX #B20E10 Venetian Red

📋 copy color: '#B20E10'

red 178 ◦ green 14 ◦ blue 16

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

Shades of Venetian Red #B20E10

Tints of Venetian Red #B20E10

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.73%

 BLUE value IS 16 (6.64% from 255) = 7.69%

R = 85.58%
G = 6.73%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.30

RGB Variations

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

Color information

#B20E10 (or 0xB20E10) is known color: Venetian Red. HEX triplet: B2, 0E and 10. RGB value is (178,14,16). Sum of RGB (Red+Green+Blue) = 178+14+16=208 (27% of max value = 765). Red value is 178 (69.92% from 255 or 85.58% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 16 (6.64% from 255 or 7.69% from 208); Max value from RGB is 178 - color contains mainly: red. Hex color #B20E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B20E10 is #4DF1EF. Grayscale: #3F3F3F. Windows color (decimal): -5108208 or 1052338. OLE color: 1052338.

HSL color Cylindrical-coordinate representation of color #B20E10: hue angle of 359.27º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B20E10 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 14 16 -
CMYK 0 0.92 0.91 0.30
HSL 359.27º 0.85% 0.38% -
HSV(B) 359.27º 0.92% 0.7% -
XYZ 18.61 9.82 1.4 -
YUV 63.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 178 14 16 0 0.92 0.91 0.30 359.27 0.85 0.38
Hex B2 E 10 0 5C 5B 1E 167 55 26
Octal 262 16 20 0 134 133 36 547 125 46
Binary 10110010 1110 10000 0 1011100 1011011 11110 101100111 1010101 100110

Color Harmonies of #B20E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20E10

Black with #B20E10

Text Example


Text Example

White with #B20E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20E10; }

 p { color: rgb(178,14,16); }

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

background-color css

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

 a { background-color: rgb(178,14,16); }

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

border-color css

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

 span { border-color: rgb(178,14,16); }

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