#B40537

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

Shades of Cardinal #B40537

Tints of Cardinal #B40537

Color information

#B40537 (or 0xB40537) is unknown color: approx Cardinal. HEX triplet: B4, 05 and 37. RGB value is (180,5,55). Sum of RGB (Red+Green+Blue) = 180+5+55=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B40537 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40537 is #4BFAC8. Grayscale: #3F3F3F. Windows color (decimal): -4979401 or 3605940. OLE color: 3605940.

HSL color Cylindrical-coordinate representation of color #B40537: hue angle of 342.86º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B40537 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB180555-
CMYK00.970.690.29
HSL342.86º94.59%36.27%-
HSV(B)342.86º97.22%70.59%-
XYZ19.5710.094.53-
YUV63.03123.48211.43-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75%
GREEN value IS 5 (2.34% from 255) = 2.08%
BLUE value IS 55 (21.88% from 255) = 22.92%
R=75%
G=2.08%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18055500.970.690.29342.8694.5936.27
HexB4537061451D1575f24
Octal26456701411053552713744
Binary10110100101110111011000011000101111011010101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40537; }

 p { color: rgb(180,5,55); }

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

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

 a { background-color: rgb(180,5,55); }

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

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

 span { border-color: rgb(180,5,55); }

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