#b50c44

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

Shades of Cardinal #B50C44

Tints of Cardinal #B50C44

Color information

#B50C44 (or 0xB50C44) is unknown color: approx Cardinal. HEX triplet: B5, 0C and 44. RGB value is (181,12,68). Sum of RGB (Red+Green+Blue) = 181+12+68=261 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.35% from 261); Green value is 12 (5.08% from 255 or 4.60% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 181 - color contains mainly: red. Hex color #B50C44 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50C44 is #4AF3BB. Grayscale: #444444. Windows color (decimal): -4912060 or 4459701. OLE color: 4459701.

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

Color convert

RGB1811268-
CMYK00.930.620.29
HSL340.12º87.56%37.84%-
HSV(B)340.12º93.37%70.98%-
XYZ20.2310.56.43-
YUV68.91127.49207.95-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.35%
GREEN value IS 12 (5.08% from 255) = 4.60%
BLUE value IS 68 (26.95% from 255) = 26.05%
R=69.35%
G=4.60%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181126800.930.620.29340.1287.5637.84
HexB5C4405D3E1D1545826
Octal265141040135763552413046
Binary101101011100100010001011101111110111011010101001011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b50c44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b50c44; }

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

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

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

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

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

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

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

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