Html Css Color HEX #B21114 Venetian Red

📋 copy color: '#B21114'

red 178 ◦ green 17 ◦ blue 20

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

Shades of Venetian Red #B21114

Tints of Venetian Red #B21114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 82.79%
G = 7.91%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#B21114 (or 0xB21114) is known color: Venetian Red. HEX triplet: B2, 11 and 14. RGB value is (178,17,20). Sum of RGB (Red+Green+Blue) = 178+17+20=215 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.79% from 215); Green value is 17 (7.03% from 255 or 7.91% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 178 - color contains mainly: red. Hex color #B21114 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21114 is #4DEEEB. Grayscale: #414141. Windows color (decimal): -5107436 or 1315250. OLE color: 1315250.

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

Color convert

RGB 178 17 20 -
CMYK 0 0.90 0.89 0.30
HSL 358.88º 0.83% 0.38% -
HSV(B) 358.88º 0.9% 0.7% -
XYZ 18.69 9.92 1.59 -
YUV 65.48 102.34 208.26 -
System Red Green Blue C M Y K H S L
Decimal 178 17 20 0 0.90 0.89 0.30 358.88 0.83 0.38
Hex B2 11 14 0 5A 59 1E 167 53 26
Octal 262 21 24 0 132 131 36 547 123 46
Binary 10110010 10001 10100 0 1011010 1011001 11110 101100111 1010011 100110

Color Harmonies of #B21114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21114

Black with #B21114

Text Example


Text Example

White with #B21114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21114; }

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

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

background-color css

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

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

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

border-color css

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

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

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