Html Css Color HEX #B51115 Venetian Red

📋 copy color: '#B51115'

red 181 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #B51115

Tints of Venetian Red #B51115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.59%

R = 82.65%
G = 7.76%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B51115 (or 0xB51115) is known color: Venetian Red. HEX triplet: B5, 11 and 15. RGB value is (181,17,21). Sum of RGB (Red+Green+Blue) = 181+17+21=219 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.65% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 21 (8.59% from 255 or 9.59% from 219); Max value from RGB is 181 - color contains mainly: red. Hex color #B51115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B51115 is #4AEEEA. Grayscale: #424242. Windows color (decimal): -4910827 or 1380789. OLE color: 1380789.

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

Color convert

RGB 181 17 21 -
CMYK 0 0.91 0.88 0.29
HSL 358.54º 0.83% 0.39% -
HSV(B) 358.54º 0.91% 0.71% -
XYZ 19.39 10.28 1.67 -
YUV 66.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 181 17 21 0 0.91 0.88 0.29 358.54 0.83 0.39
Hex B5 11 15 0 5B 58 1D 167 53 27
Octal 265 21 25 0 133 130 35 547 123 47
Binary 10110101 10001 10101 0 1011011 1011000 11101 101100111 1010011 100111

Color Harmonies of #B51115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51115

Black with #B51115

Text Example


Text Example

White with #B51115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51115; }

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

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

background-color css

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

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

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

border-color css

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

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

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