#B50D22

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

Shades of Venetian Red #B50D22

Tints of Venetian Red #B50D22

Color information

#B50D22 (or 0xB50D22) is unknown color: approx Venetian Red. HEX triplet: B5, 0D and 22. RGB value is (181,13,34). Sum of RGB (Red+Green+Blue) = 181+13+34=228 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.39% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 34 (13.67% from 255 or 14.91% from 228); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D22 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D22 is #4AF2DD. Grayscale: #414141. Windows color (decimal): -4911838 or 2231733. OLE color: 2231733.

HSL color Cylindrical-coordinate representation of color #B50D22: hue angle of 352.5º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B50D22 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.29.

Color convert

RGB1811334-
CMYK00.930.810.29
HSL352.5º86.6%38.04%-
HSV(B)352.5º92.82%70.98%-
XYZ19.4910.232.46-
YUV65.63110.16210.29-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.39%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 34 (13.67% from 255) = 14.91%
R=79.39%
G=5.70%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181133400.930.810.29352.586.638.04
HexB5D2205D511D1605726
Octal265154201351213554012746
Binary101101011101100010010111011010001111011011000001010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D22; }

 p { color: rgb(181,13,34); }

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

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

 a { background-color: rgb(181,13,34); }

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

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

 span { border-color: rgb(181,13,34); }

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