Html Css Color HEX #B21117 Venetian Red

📋 copy color: '#B21117'

red 178 ◦ green 17 ◦ blue 23

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

Shades of Venetian Red #B21117

Tints of Venetian Red #B21117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 10.55%

R = 81.65%
G = 7.8%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B21117 (or 0xB21117) is known color: Venetian Red. HEX triplet: B2, 11 and 17. RGB value is (178,17,23). Sum of RGB (Red+Green+Blue) = 178+17+23=218 (28% of max value = 765). Red value is 178 (69.92% from 255 or 81.65% from 218); Green value is 17 (7.03% from 255 or 7.80% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 178 - color contains mainly: red. Hex color #B21117 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B21117 is #4DEEE8. Grayscale: #414141. Windows color (decimal): -5107433 or 1511858. OLE color: 1511858.

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

Color convert

RGB 178 17 23 -
CMYK 0 0.90 0.87 0.30
HSL 357.76º 0.83% 0.38% -
HSV(B) 357.76º 0.9% 0.7% -
XYZ 18.72 9.93 1.74 -
YUV 65.82 103.84 208.01 -
System Red Green Blue C M Y K H S L
Decimal 178 17 23 0 0.90 0.87 0.30 357.76 0.83 0.38
Hex B2 11 17 0 5A 57 1E 166 53 26
Octal 262 21 27 0 132 127 36 546 123 46
Binary 10110010 10001 10111 0 1011010 1010111 11110 101100110 1010011 100110

Color Harmonies of #B21117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21117

Black with #B21117

Text Example


Text Example

White with #B21117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21117; }

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

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

background-color css

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

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

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

border-color css

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

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

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