Html Css Color HEX #B21115 Venetian Red

📋 copy color: '#B21115'

red 178 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #B21115

Tints of Venetian Red #B21115

RGB

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

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

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

R = 82.41%
G = 7.87%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#B21115 (or 0xB21115) is known color: Venetian Red. HEX triplet: B2, 11 and 15. RGB value is (178,17,21). Sum of RGB (Red+Green+Blue) = 178+17+21=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B21115 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21115 is #4DEEEA. Grayscale: #414141. Windows color (decimal): -5107435 or 1380786. OLE color: 1380786.

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

Color convert

RGB 178 17 21 -
CMYK 0 0.90 0.88 0.30
HSL 358.51º 0.83% 0.38% -
HSV(B) 358.51º 0.9% 0.7% -
XYZ 18.7 9.92 1.64 -
YUV 65.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 178 17 21 0 0.90 0.88 0.30 358.51 0.83 0.38
Hex B2 11 15 0 5A 58 1E 167 53 26
Octal 262 21 25 0 132 130 36 547 123 46
Binary 10110010 10001 10101 0 1011010 1011000 11110 101100111 1010011 100110

Color Harmonies of #B21115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21115

Black with #B21115

Text Example


Text Example

White with #B21115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21115; }

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

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

background-color css

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

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

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

border-color css

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

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

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