#B50D41

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

Shades of Cardinal #B50D41

Tints of Cardinal #B50D41

Color information

#B50D41 (or 0xB50D41) is unknown color: approx Cardinal. HEX triplet: B5, 0D and 41. RGB value is (181,13,65). Sum of RGB (Red+Green+Blue) = 181+13+65=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 13 (5.47% from 255 or 5.02% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B50D41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50D41 is #4AF2BE. Grayscale: #454545. Windows color (decimal): -4911807 or 4263349. OLE color: 4263349.

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

Color convert

RGB1811365-
CMYK00.930.640.29
HSL341.43º86.6%38.04%-
HSV(B)341.43º92.82%70.98%-
XYZ20.1510.495.96-
YUV69.16125.66207.77-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 69.88%
GREEN value IS 13 (5.47% from 255) = 5.02%
BLUE value IS 65 (25.78% from 255) = 25.10%
R=69.88%
G=5.02%
B=25.10%

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
Decimal181136500.930.640.29341.4386.638.04
HexB5D4105D401D1555726
Octal2651510101351003552512746
Binary1011010111011000001010111011000000111011010101011010111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50D41; }

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

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

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

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

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

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

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

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