#B40536

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

Shades of Cardinal #B40536

Tints of Cardinal #B40536

Color information

#B40536 (or 0xB40536) is unknown color: approx Cardinal. HEX triplet: B4, 05 and 36. RGB value is (180,5,54). Sum of RGB (Red+Green+Blue) = 180+5+54=239 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.31% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 54 (21.48% from 255 or 22.59% from 239); Max value from RGB is 180 - color contains mainly: red. Hex color #B40536 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40536 is #4BFAC9. Grayscale: #3E3E3E. Windows color (decimal): -4979402 or 3540404. OLE color: 3540404.

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

Color convert

RGB180554-
CMYK00.970.70.29
HSL343.2º94.59%36.27%-
HSV(B)343.2º97.22%70.59%-
XYZ19.5410.084.41-
YUV62.91122.98211.52-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.31%
GREEN value IS 5 (2.34% from 255) = 2.09%
BLUE value IS 54 (21.48% from 255) = 22.59%
R=75.31%
G=2.09%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18055400.970.70.29343.294.5936.27
HexB4536061461D1575f24
Octal26456601411063552713744
Binary10110100101110110011000011000110111011010101111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40536; }

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

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

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

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

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

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

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

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