#B50F45

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

Shades of Cardinal #B50F45

Tints of Cardinal #B50F45

Color information

#B50F45 (or 0xB50F45) is unknown color: approx Cardinal. HEX triplet: B5, 0F and 45. RGB value is (181,15,69). Sum of RGB (Red+Green+Blue) = 181+15+69=265 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.30% from 265); Green value is 15 (6.25% from 255 or 5.66% from 265); Blue value is 69 (27.34% from 255 or 26.04% from 265); Max value from RGB is 181 - color contains mainly: red. Hex color #B50F45 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50F45 is #4AF0BA. Grayscale: #464646. Windows color (decimal): -4911291 or 4526005. OLE color: 4526005.

HSL color Cylindrical-coordinate representation of color #B50F45: hue angle of 340.48º degrees, saturation: 0.85, 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 #B50F45 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB1811569-
CMYK00.920.620.29
HSL340.48º84.69%38.43%-
HSV(B)340.48º91.71%70.98%-
XYZ20.310.66.61-
YUV70.79127206.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 68.30%
GREEN value IS 15 (6.25% from 255) = 5.66%
BLUE value IS 69 (27.34% from 255) = 26.04%
R=68.30%
G=5.66%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181156900.920.620.29340.4884.6938.43
HexB5F4505C3E1D1545526
Octal265171050134763552412546
Binary101101011111100010101011100111110111011010101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50F45; }

 p { color: rgb(181,15,69); }

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

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

 a { background-color: rgb(181,15,69); }

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

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

 span { border-color: rgb(181,15,69); }

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