#B41436

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

Shades of Cardinal #B41436

Tints of Cardinal #B41436

Color information

#B41436 (or 0xB41436) is unknown color: approx Cardinal. HEX triplet: B4, 14 and 36. RGB value is (180,20,54). Sum of RGB (Red+Green+Blue) = 180+20+54=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41436 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41436 is #4BEBC9. Grayscale: #474747. Windows color (decimal): -4975562 or 3544244. OLE color: 3544244.

HSL color Cylindrical-coordinate representation of color #B41436: hue angle of 347.25º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41436 is Cyan = 0, Magento = 0.89, Yellow = 0.7 and Black (K on CMYK) = 0.29.

Color convert

RGB1802054-
CMYK00.890.70.29
HSL347.25º80%39.22%-
HSV(B)347.25º88.89%70.59%-
XYZ19.7410.474.47-
YUV71.72118.01205.24-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 70.87%
GREEN value IS 20 (8.20% from 255) = 7.87%
BLUE value IS 54 (21.48% from 255) = 21.26%
R=70.87%
G=7.87%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.7
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180205400.890.70.29347.258039.22
HexB41436059461D15b5027
Octal264246601311063553312047
Binary1011010010100110110010110011000110111011010110111010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41436; }

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

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

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

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

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

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

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

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