Html Css Color HEX #B21215 Venetian Red

📋 copy color: '#B21215'

red 178 ◦ green 18 ◦ blue 21

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

Shades of Venetian Red #B21215

Tints of Venetian Red #B21215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.29%

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

R = 82.03%
G = 8.29%
B = 9.68%

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

#B21215 (or 0xB21215) is known color: Venetian Red. HEX triplet: B2, 12 and 15. RGB value is (178,18,21). Sum of RGB (Red+Green+Blue) = 178+18+21=217 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.03% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 178 - color contains mainly: red. Hex color #B21215 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21215 is #4DEDEA. Grayscale: #424242. Windows color (decimal): -5107179 or 1381042. OLE color: 1381042.

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

Color convert

RGB 178 18 21 -
CMYK 0 0.90 0.88 0.30
HSL 358.88º 0.82% 0.38% -
HSV(B) 358.88º 0.9% 0.7% -
XYZ 18.71 9.95 1.64 -
YUV 66.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 178 18 21 0 0.90 0.88 0.30 358.88 0.82 0.38
Hex B2 12 15 0 5A 58 1E 167 52 26
Octal 262 22 25 0 132 130 36 547 122 46
Binary 10110010 10010 10101 0 1011010 1011000 11110 101100111 1010010 100110

Color Harmonies of #B21215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21215

Black with #B21215

Text Example


Text Example

White with #B21215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21215; }

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

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

background-color css

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

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

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

border-color css

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

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

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