#B50C40

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

Shades of Cardinal #B50C40

Tints of Cardinal #B50C40

Color information

#B50C40 (or 0xB50C40) is unknown color: approx Cardinal. HEX triplet: B5, 0C and 40. RGB value is (181,12,64). Sum of RGB (Red+Green+Blue) = 181+12+64=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 12 (5.08% from 255 or 4.67% from 257); Blue value is 64 (25.39% from 255 or 24.90% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50C40 is #4AF3BF. Grayscale: #444444. Windows color (decimal): -4912064 or 4197557. OLE color: 4197557.

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

Color convert

RGB1811264-
CMYK00.930.650.29
HSL341.54º87.56%37.84%-
HSV(B)341.54º93.37%70.98%-
XYZ20.1110.465.81-
YUV68.46125.49208.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 70.43%
GREEN value IS 12 (5.08% from 255) = 4.67%
BLUE value IS 64 (25.39% from 255) = 24.90%
R=70.43%
G=4.67%
B=24.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181126400.930.650.29341.5487.5637.84
HexB5C4005D411D1565826
Octal2651410001351013552613046
Binary1011010111001000000010111011000001111011010101101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C40; }

 p { color: rgb(181,12,64); }

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

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

 a { background-color: rgb(181,12,64); }

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

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

 span { border-color: rgb(181,12,64); }

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