Html Css Color HEX #B1161D Venetian Red

📋 copy color: '#B1161D'

red 177 ◦ green 22 ◦ blue 29

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

Shades of Venetian Red #B1161D

Tints of Venetian Red #B1161D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.65%

 BLUE value IS 29 (11.72% from 255) = 12.72%

R = 77.63%
G = 9.65%
B = 12.72%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1161D (or 0xB1161D) is known color: Venetian Red. HEX triplet: B1, 16 and 1D. RGB value is (177,22,29). Sum of RGB (Red+Green+Blue) = 177+22+29=228 (30% of max value = 765). Red value is 177 (69.53% from 255 or 77.63% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 29 (11.72% from 255 or 12.72% from 228); Max value from RGB is 177 - color contains mainly: red. Hex color #B1161D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1161D is #4EE9E2. Grayscale: #454545. Windows color (decimal): -5171683 or 1906353. OLE color: 1906353.

HSL color Cylindrical-coordinate representation of color #B1161D: hue angle of 357.29º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B1161D is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 22 29 -
CMYK 0 0.88 0.84 0.31
HSL 357.29º 0.78% 0.39% -
HSV(B) 357.29º 0.88% 0.69% -
XYZ 18.64 10.01 2.11 -
YUV 69.14 105.35 204.93 -
System Red Green Blue C M Y K H S L
Decimal 177 22 29 0 0.88 0.84 0.31 357.29 0.78 0.39
Hex B1 16 1D 0 58 54 1F 165 4E 27
Octal 261 26 35 0 130 124 37 545 116 47
Binary 10110001 10110 11101 0 1011000 1010100 11111 101100101 1001110 100111

Color Harmonies of #B1161D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1161D

Black with #B1161D

Text Example


Text Example

White with #B1161D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1161D; }

 p { color: rgb(177,22,29); }

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

background-color css

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

 a { background-color: rgb(177,22,29); }

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

border-color css

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

 span { border-color: rgb(177,22,29); }

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