Html Css Color HEX #B11217 Venetian Red

📋 copy color: '#B11217'

red 177 ◦ green 18 ◦ blue 23

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

Shades of Venetian Red #B11217

Tints of Venetian Red #B11217

RGB

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

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

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

R = 81.19%
G = 8.26%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B11217 (or 0xB11217) is known color: Venetian Red. HEX triplet: B1, 12 and 17. RGB value is (177,18,23). Sum of RGB (Red+Green+Blue) = 177+18+23=218 (28% of max value = 765). Red value is 177 (69.53% from 255 or 81.19% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 177 - color contains mainly: red. Hex color #B11217 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #B11217 is #4EEDE8. Grayscale: #424242. Windows color (decimal): -5172713 or 1512113. OLE color: 1512113.

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

Color convert

RGB 177 18 23 -
CMYK 0 0.90 0.87 0.31
HSL 358.11º 0.82% 0.38% -
HSV(B) 358.11º 0.9% 0.69% -
XYZ 18.5 9.84 1.74 -
YUV 66.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 177 18 23 0 0.90 0.87 0.31 358.11 0.82 0.38
Hex B1 12 17 0 5A 57 1F 166 52 26
Octal 261 22 27 0 132 127 37 546 122 46
Binary 10110001 10010 10111 0 1011010 1010111 11111 101100110 1010010 100110

Color Harmonies of #B11217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11217

Black with #B11217

Text Example


Text Example

White with #B11217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11217; }

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

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

background-color css

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

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

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

border-color css

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

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

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