Html Css Color HEX #B11219 Venetian Red

📋 copy color: '#B11219'

red 177 ◦ green 18 ◦ blue 25

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

Shades of Venetian Red #B11219

Tints of Venetian Red #B11219

RGB

 RED value IS 177 (69.53% from 255) = 80.45%

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

 BLUE value IS 25 (10.16% from 255) = 11.36%

R = 80.45%
G = 8.18%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B11219 (or 0xB11219) is known color: Venetian Red. HEX triplet: B1, 12 and 19. RGB value is (177,18,25). Sum of RGB (Red+Green+Blue) = 177+18+25=220 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.45% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 177 - color contains mainly: red. Hex color #B11219 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11219 is #4EEDE6. Grayscale: #424242. Windows color (decimal): -5172711 or 1643185. OLE color: 1643185.

HSL color Cylindrical-coordinate representation of color #B11219: hue angle of 357.36º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11219 is Cyan = 0, Magento = 0.90, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 18 25 -
CMYK 0 0.90 0.86 0.31
HSL 357.36º 0.82% 0.38% -
HSV(B) 357.36º 0.9% 0.69% -
XYZ 18.52 9.85 1.84 -
YUV 66.34 104.68 206.93 -
System Red Green Blue C M Y K H S L
Decimal 177 18 25 0 0.90 0.86 0.31 357.36 0.82 0.38
Hex B1 12 19 0 5A 56 1F 165 52 26
Octal 261 22 31 0 132 126 37 545 122 46
Binary 10110001 10010 11001 0 1011010 1010110 11111 101100101 1010010 100110

Color Harmonies of #B11219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11219

Black with #B11219

Text Example


Text Example

White with #B11219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11219; }

 p { color: rgb(177,18,25); }

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

background-color css

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

 a { background-color: rgb(177,18,25); }

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

border-color css

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

 span { border-color: rgb(177,18,25); }

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