#B41240

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

Shades of Cardinal #B41240

Tints of Cardinal #B41240

Color information

#B41240 (or 0xB41240) is unknown color: approx Cardinal. HEX triplet: B4, 12 and 40. RGB value is (180,18,64). Sum of RGB (Red+Green+Blue) = 180+18+64=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B41240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41240 is #4BEDBF. Grayscale: #474747. Windows color (decimal): -4976064 or 4199092. OLE color: 4199092.

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

Color convert

RGB1801864-
CMYK00.90.640.29
HSL342.96º81.82%38.82%-
HSV(B)342.96º90%70.59%-
XYZ19.9610.515.83-
YUV71.68123.67205.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.70%
GREEN value IS 18 (7.42% from 255) = 6.87%
BLUE value IS 64 (25.39% from 255) = 24.43%
R=68.70%
G=6.87%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.9
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180186400.90.640.29342.9681.8238.82
HexB4124005A401D1575227
Octal2642210001321003552712247
Binary10110100100101000000010110101000000111011010101111010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41240; }

 p { color: rgb(180,18,64); }

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

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

 a { background-color: rgb(180,18,64); }

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

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

 span { border-color: rgb(180,18,64); }

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