#B50740

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

Shades of Cardinal #B50740

Tints of Cardinal #B50740

Color information

#B50740 (or 0xB50740) is unknown color: approx Cardinal. HEX triplet: B5, 07 and 40. RGB value is (181,7,64). Sum of RGB (Red+Green+Blue) = 181+7+64=252 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.83% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 181 - color contains mainly: red. Hex color #B50740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50740 is #4AF8BF. Grayscale: #414141. Windows color (decimal): -4913344 or 4196277. OLE color: 4196277.

HSL color Cylindrical-coordinate representation of color #B50740: hue angle of 340.34º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50740 is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB181764-
CMYK00.960.650.29
HSL340.34º92.55%36.86%-
HSV(B)340.34º96.13%70.98%-
XYZ20.0610.355.79-
YUV65.52127.15210.37-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 71.83%
GREEN value IS 7 (3.12% from 255) = 2.78%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=71.83%
G=2.78%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18176400.960.650.29340.3492.5536.86
HexB5740060411D1545d25
Octal265710001401013552413545
Binary101101011111000000011000001000001111011010101001011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B50740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B50740; }

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

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

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

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

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

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

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

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