#B50213

Color #B50213 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #B50213

Tints of Venetian Red #B50213

Color information

#B50213 (or 0xB50213) is unknown color: approx Venetian Red. HEX triplet: B5, 02 and 13. RGB value is (181,2,19). Sum of RGB (Red+Green+Blue) = 181+2+19=202 (26% of max value = 765). Red value is 181 (71.09% from 255 or 89.60% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 19 (7.81% from 255 or 9.41% from 202); Max value from RGB is 181 - color contains mainly: red. Hex color #B50213 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #B50213 is #4AFDEC. Grayscale: #393939. Windows color (decimal): -4914669 or 1245877. OLE color: 1245877.

HSL color Cylindrical-coordinate representation of color #B50213: hue angle of 354.3º degrees, saturation: 0.98, 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 #B50213 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB181219-
CMYK00.990.900.29
HSL354.3º97.81%35.88%-
HSV(B)354.3º98.9%70.98%-
XYZ19.29.911.52-
YUV57.46106.3216.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 89.60%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 19 (7.81% from 255) = 9.41%
R=89.60%
G=0.99%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.90
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18121900.990.900.29354.397.8135.88
HexB52130635A1D1626224
Octal26522301431323554214244
Binary101101011010011011000111011010111011011000101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50213; }

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

 H1.HeaderClassName
 {
   color: #B50213;
 }
 .AnyTagClassName
 {
   color: #B50213;
 }
</style>
background-color css

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

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

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

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

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

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