#B50D42

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

Shades of Cardinal #B50D42

Tints of Cardinal #B50D42

Color information

#B50D42 (or 0xB50D42) is unknown color: approx Cardinal. HEX triplet: B5, 0D and 42. RGB value is (181,13,66). Sum of RGB (Red+Green+Blue) = 181+13+66=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 13 (5.47% from 255 or 5% from 260); Blue value is 66 (26.17% from 255 or 25.38% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D42 is #4AF2BD. Grayscale: #454545. Windows color (decimal): -4911806 or 4328885. OLE color: 4328885.

HSL color Cylindrical-coordinate representation of color #B50D42: hue angle of 341.07º 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 #B50D42 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1811366-
CMYK00.930.640.29
HSL341.07º86.6%38.04%-
HSV(B)341.07º92.82%70.98%-
XYZ20.1810.56.12-
YUV69.27126.16207.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.62%
GREEN value IS 13 (5.47% from 255) = 5%
BLUE value IS 66 (26.17% from 255) = 25.38%
R=69.62%
G=5%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181136600.930.640.29341.0786.638.04
HexB5D4205D401D1555726
Octal2651510201351003552512746
Binary1011010111011000010010111011000000111011010101011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D42; }

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

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

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

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

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

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

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

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