Html Css Color HEX #B51113 Venetian Red

📋 copy color: '#B51113'

red 181 ◦ green 17 ◦ blue 19

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

Shades of Venetian Red #B51113

Tints of Venetian Red #B51113

RGB

 RED value IS 181 (71.09% from 255) = 83.41%

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

 BLUE value IS 19 (7.81% from 255) = 8.76%

R = 83.41%
G = 7.83%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#B51113 (or 0xB51113) is known color: Venetian Red. HEX triplet: B5, 11 and 13. RGB value is (181,17,19). Sum of RGB (Red+Green+Blue) = 181+17+19=217 (28% of max value = 765). Red value is 181 (71.09% from 255 or 83.41% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 181 - color contains mainly: red. Hex color #B51113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51113 is #4AEEEC. Grayscale: #424242. Windows color (decimal): -4910829 or 1249717. OLE color: 1249717.

HSL color Cylindrical-coordinate representation of color #B51113: hue angle of 359.27º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B51113 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 17 19 -
CMYK 0 0.91 0.90 0.29
HSL 359.27º 0.83% 0.39% -
HSV(B) 359.27º 0.91% 0.71% -
XYZ 19.37 10.27 1.58 -
YUV 66.26 101.33 209.84 -
System Red Green Blue C M Y K H S L
Decimal 181 17 19 0 0.91 0.90 0.29 359.27 0.83 0.39
Hex B5 11 13 0 5B 5A 1D 167 53 27
Octal 265 21 23 0 133 132 35 547 123 47
Binary 10110101 10001 10011 0 1011011 1011010 11101 101100111 1010011 100111

Color Harmonies of #B51113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51113

Black with #B51113

Text Example


Text Example

White with #B51113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51113; }

 p { color: rgb(181,17,19); }

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

background-color css

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

 a { background-color: rgb(181,17,19); }

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

border-color css

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

 span { border-color: rgb(181,17,19); }

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