Html Css Color HEX #B2111B Venetian Red

📋 copy color: '#B2111B'

red 178 ◦ green 17 ◦ blue 27

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

Shades of Venetian Red #B2111B

Tints of Venetian Red #B2111B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

 BLUE value IS 27 (10.94% from 255) = 12.16%

R = 80.18%
G = 7.66%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2111B (or 0xB2111B) is known color: Venetian Red. HEX triplet: B2, 11 and 1B. RGB value is (178,17,27). Sum of RGB (Red+Green+Blue) = 178+17+27=222 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.18% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 27 (10.94% from 255 or 12.16% from 222); Max value from RGB is 178 - color contains mainly: red. Hex color #B2111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2111B is #4DEEE4. Grayscale: #424242. Windows color (decimal): -5107429 or 1774002. OLE color: 1774002.

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

Color convert

RGB 178 17 27 -
CMYK 0 0.90 0.85 0.30
HSL 356.27º 0.83% 0.38% -
HSV(B) 356.27º 0.9% 0.7% -
XYZ 18.76 9.95 1.97 -
YUV 66.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 178 17 27 0 0.90 0.85 0.30 356.27 0.83 0.38
Hex B2 11 1B 0 5A 55 1E 164 53 26
Octal 262 21 33 0 132 125 36 544 123 46
Binary 10110010 10001 11011 0 1011010 1010101 11110 101100100 1010011 100110

Color Harmonies of #B2111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2111B

Black with #B2111B

Text Example


Text Example

White with #B2111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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