Html Css Color HEX #B50115 Venetian Red

📋 copy color: '#B50115'

red 181 ◦ green 1 ◦ blue 21

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

Shades of Venetian Red #B50115

Tints of Venetian Red #B50115

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 89.16%
G = 0.49%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.29

RGB Variations

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

Color information

#B50115 (or 0xB50115) is known color: Venetian Red. HEX triplet: B5, 01 and 15. RGB value is (181,1,21). Sum of RGB (Red+Green+Blue) = 181+1+21=203 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.16% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 21 (8.59% from 255 or 10.34% from 203); Max value from RGB is 181 - color contains mainly: red. Hex color #B50115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50115 is #4AFEEA. Grayscale: #393939. Windows color (decimal): -4914923 or 1376693. OLE color: 1376693.

HSL color Cylindrical-coordinate representation of color #B50115: hue angle of 353.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50115 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 1 21 -
CMYK 0 0.99 0.88 0.29
HSL 353.33º 0.99% 0.36% -
HSV(B) 353.33º 0.99% 0.71% -
XYZ 19.2 9.9 1.61 -
YUV 57.1 107.63 216.37 -
System Red Green Blue C M Y K H S L
Decimal 181 1 21 0 0.99 0.88 0.29 353.33 0.99 0.36
Hex B5 1 15 0 63 58 1D 161 63 24
Octal 265 1 25 0 143 130 35 541 143 44
Binary 10110101 1 10101 0 1100011 1011000 11101 101100001 1100011 100100

Color Harmonies of #B50115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50115

Black with #B50115

Text Example


Text Example

White with #B50115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50115; }

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

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

background-color css

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

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

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

border-color css

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

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

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