#B60240

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

Shades of Cardinal #B60240

Tints of Cardinal #B60240

Color information

#B60240 (or 0xB60240) is unknown color: approx Cardinal. HEX triplet: B6, 02 and 40. RGB value is (182,2,64). Sum of RGB (Red+Green+Blue) = 182+2+64=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B60240 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60240 is #49FDBF. Grayscale: #3E3E3E. Windows color (decimal): -4849088 or 4194998. OLE color: 4194998.

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

Color convert

RGB182264-
CMYK00.990.650.29
HSL339.33º97.83%36.08%-
HSV(B)339.33º98.9%71.37%-
XYZ20.2410.365.78-
YUV62.89128.63212.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 73.39%
GREEN value IS 2 (1.17% from 255) = 0.81%
BLUE value IS 64 (25.39% from 255) = 25.81%
R=73.39%
G=0.81%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.65
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18226400.990.650.29339.3397.8336.08
HexB6240063411D1536224
Octal266210001431013552314244
Binary10110110101000000011000111000001111011010100111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60240; }

 p { color: rgb(182,2,64); }

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

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

 a { background-color: rgb(182,2,64); }

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

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

 span { border-color: rgb(182,2,64); }

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