#B50C42

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

Shades of Cardinal #B50C42

Tints of Cardinal #B50C42

Color information

#B50C42 (or 0xB50C42) is unknown color: approx Cardinal. HEX triplet: B5, 0C and 42. RGB value is (181,12,66). Sum of RGB (Red+Green+Blue) = 181+12+66=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 12 (5.08% from 255 or 4.63% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C42 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50C42 is #4AF3BD. Grayscale: #444444. Windows color (decimal): -4912062 or 4328629. OLE color: 4328629.

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

Color convert

RGB1811266-
CMYK00.930.640.29
HSL340.83º87.56%37.84%-
HSV(B)340.83º93.37%70.98%-
XYZ20.1710.486.11-
YUV68.69126.49208.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.88%
GREEN value IS 12 (5.08% from 255) = 4.63%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=69.88%
G=4.63%
B=25.48%

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
Decimal181126600.930.640.29340.8387.5637.84
HexB5C4205D401D1555826
Octal2651410201351003552513046
Binary1011010111001000010010111011000000111011010101011011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50C42; }

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

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

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

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

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

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

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

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