Html Css Color HEX #B1161A Venetian Red

📋 copy color: '#B1161A'

red 177 ◦ green 22 ◦ blue 26

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

Shades of Venetian Red #B1161A

Tints of Venetian Red #B1161A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.56%

R = 78.67%
G = 9.78%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1161A (or 0xB1161A) is known color: Venetian Red. HEX triplet: B1, 16 and 1A. RGB value is (177,22,26). Sum of RGB (Red+Green+Blue) = 177+22+26=225 (29% of max value = 765). Red value is 177 (69.53% from 255 or 78.67% from 225); Green value is 22 (8.98% from 255 or 9.78% from 225); Blue value is 26 (10.55% from 255 or 11.56% from 225); Max value from RGB is 177 - color contains mainly: red. Hex color #B1161A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1161A is #4EE9E5. Grayscale: #444444. Windows color (decimal): -5171686 or 1709745. OLE color: 1709745.

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

Color convert

RGB 177 22 26 -
CMYK 0 0.88 0.85 0.31
HSL 358.45º 0.78% 0.39% -
HSV(B) 358.45º 0.88% 0.69% -
XYZ 18.6 10 1.93 -
YUV 68.8 103.85 205.17 -
System Red Green Blue C M Y K H S L
Decimal 177 22 26 0 0.88 0.85 0.31 358.45 0.78 0.39
Hex B1 16 1A 0 58 55 1F 166 4E 27
Octal 261 26 32 0 130 125 37 546 116 47
Binary 10110001 10110 11010 0 1011000 1010101 11111 101100110 1001110 100111

Color Harmonies of #B1161A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1161A

Black with #B1161A

Text Example


Text Example

White with #B1161A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1161A; }

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

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

background-color css

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

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

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

border-color css

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

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

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