#B41840

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

Shades of Cardinal #B41840

Tints of Cardinal #B41840

Color information

#B41840 (or 0xB41840) is unknown color: approx Cardinal. HEX triplet: B4, 18 and 40. RGB value is (180,24,64). Sum of RGB (Red+Green+Blue) = 180+24+64=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 24 (9.77% from 255 or 8.96% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B41840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41840 is #4BE7BF. Grayscale: #4B4B4B. Windows color (decimal): -4974528 or 4200628. OLE color: 4200628.

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

Color convert

RGB1802464-
CMYK00.870.640.29
HSL344.62º76.47%40%-
HSV(B)344.62º86.67%70.59%-
XYZ20.0710.735.86-
YUV75.2121.68202.75-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 67.16%
GREEN value IS 24 (9.77% from 255) = 8.96%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=67.16%
G=8.96%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180246400.870.640.29344.6276.4740
HexB41840057401D1594c28
Octal2643010001271003553111450
Binary10110100110001000000010101111000000111011010110011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B41840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B41840; }

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

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

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

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

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

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

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

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