Html Css Color HEX #B11220 Venetian Red

📋 copy color: '#B11220'

red 177 ◦ green 18 ◦ blue 32

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

Shades of Venetian Red #B11220

Tints of Venetian Red #B11220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 77.97%
G = 7.93%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B11220 (or 0xB11220) is known color: Venetian Red. HEX triplet: B1, 12 and 20. RGB value is (177,18,32). Sum of RGB (Red+Green+Blue) = 177+18+32=227 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.97% from 227); Green value is 18 (7.42% from 255 or 7.93% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 177 - color contains mainly: red. Hex color #B11220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B11220 is #4EEDDF. Grayscale: #434343. Windows color (decimal): -5172704 or 2101937. OLE color: 2101937.

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

Color convert

RGB 177 18 32 -
CMYK 0 0.90 0.82 0.31
HSL 354.72º 0.82% 0.38% -
HSV(B) 354.72º 0.9% 0.69% -
XYZ 18.61 9.88 2.29 -
YUV 67.14 108.18 206.36 -
System Red Green Blue C M Y K H S L
Decimal 177 18 32 0 0.90 0.82 0.31 354.72 0.82 0.38
Hex B1 12 20 0 5A 52 1F 163 52 26
Octal 261 22 40 0 132 122 37 543 122 46
Binary 10110001 10010 100000 0 1011010 1010010 11111 101100011 1010010 100110

Color Harmonies of #B11220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11220

Black with #B11220

Text Example


Text Example

White with #B11220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11220; }

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

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

background-color css

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

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

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

border-color css

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

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

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