#B50E2C

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

Shades of Cardinal #B50E2C

Tints of Cardinal #B50E2C

Color information

#B50E2C (or 0xB50E2C) is unknown color: approx Cardinal. HEX triplet: B5, 0E and 2C. RGB value is (181,14,44). Sum of RGB (Red+Green+Blue) = 181+14+44=239 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.73% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 44 (17.58% from 255 or 18.41% from 239); Max value from RGB is 181 - color contains mainly: red. Hex color #B50E2C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50E2C is #4AF1D3. Grayscale: #434343. Windows color (decimal): -4911572 or 2887349. OLE color: 2887349.

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

Color convert

RGB1811444-
CMYK00.920.760.29
HSL349.22º85.64%38.24%-
HSV(B)349.22º92.27%70.98%-
XYZ19.6710.323.34-
YUV67.35114.83209.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 75.73%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 44 (17.58% from 255) = 18.41%
R=75.73%
G=5.86%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181144400.920.760.29349.2285.6438.24
HexB5E2C05C4C1D15d5626
Octal265165401341143553512646
Binary101101011110101100010111001001100111011010111011010110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50E2C; }

 p { color: rgb(181,14,44); }

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

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

 a { background-color: rgb(181,14,44); }

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

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

 span { border-color: rgb(181,14,44); }

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