Html Css Color HEX #B1111B Venetian Red

📋 copy color: '#B1111B'

red 177 ◦ green 17 ◦ blue 27

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

Shades of Venetian Red #B1111B

Tints of Venetian Red #B1111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 80.09%
G = 7.69%
B = 12.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1111B (or 0xB1111B) is known color: Venetian Red. HEX triplet: B1, 11 and 1B. RGB value is (177,17,27). Sum of RGB (Red+Green+Blue) = 177+17+27=221 (29% of max value = 765). Red value is 177 (69.53% from 255 or 80.09% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 177 - color contains mainly: red. Hex color #B1111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1111B is #4EEEE4. Grayscale: #424242. Windows color (decimal): -5172965 or 1774001. OLE color: 1774001.

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

Color convert

RGB 177 17 27 -
CMYK 0 0.90 0.85 0.31
HSL 356.25º 0.82% 0.38% -
HSV(B) 356.25º 0.9% 0.69% -
XYZ 18.53 9.83 1.96 -
YUV 65.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 177 17 27 0 0.90 0.85 0.31 356.25 0.82 0.38
Hex B1 11 1B 0 5A 55 1F 164 52 26
Octal 261 21 33 0 132 125 37 544 122 46
Binary 10110001 10001 11011 0 1011010 1010101 11111 101100100 1010010 100110

Color Harmonies of #B1111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1111B

Black with #B1111B

Text Example


Text Example

White with #B1111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1111B; }

 p { color: rgb(177,17,27); }

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

background-color css

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

 a { background-color: rgb(177,17,27); }

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

border-color css

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

 span { border-color: rgb(177,17,27); }

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