Html Css Color HEX #B1131C Venetian Red

📋 copy color: '#B1131C'

red 177 ◦ green 19 ◦ blue 28

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

Shades of Venetian Red #B1131C

Tints of Venetian Red #B1131C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.48%

 BLUE value IS 28 (11.33% from 255) = 12.5%

R = 79.02%
G = 8.48%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1131C (or 0xB1131C) is known color: Venetian Red. HEX triplet: B1, 13 and 1C. RGB value is (177,19,28). Sum of RGB (Red+Green+Blue) = 177+19+28=224 (29% of max value = 765). Red value is 177 (69.53% from 255 or 79.02% from 224); Green value is 19 (7.81% from 255 or 8.48% from 224); Blue value is 28 (11.33% from 255 or 12.5% from 224); Max value from RGB is 177 - color contains mainly: red. Hex color #B1131C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B1131C is #4EECE3. Grayscale: #434343. Windows color (decimal): -5172452 or 1840049. OLE color: 1840049.

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

Color convert

RGB 177 19 28 -
CMYK 0 0.89 0.84 0.31
HSL 356.58º 0.81% 0.38% -
HSV(B) 356.58º 0.89% 0.69% -
XYZ 18.57 9.9 2.03 -
YUV 67.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 177 19 28 0 0.89 0.84 0.31 356.58 0.81 0.38
Hex B1 13 1C 0 59 54 1F 165 51 26
Octal 261 23 34 0 131 124 37 545 121 46
Binary 10110001 10011 11100 0 1011001 1010100 11111 101100101 1010001 100110

Color Harmonies of #B1131C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1131C

Black with #B1131C

Text Example


Text Example

White with #B1131C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1131C; }

 p { color: rgb(177,19,28); }

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

background-color css

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

 a { background-color: rgb(177,19,28); }

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

border-color css

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

 span { border-color: rgb(177,19,28); }

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