#B60639

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

Shades of Cardinal #B60639

Tints of Cardinal #B60639

Color information

#B60639 (or 0xB60639) is unknown color: approx Cardinal. HEX triplet: B6, 06 and 39. RGB value is (182,6,57). Sum of RGB (Red+Green+Blue) = 182+6+57=245 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.29% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 57 (22.66% from 255 or 23.27% from 245); Max value from RGB is 182 - color contains mainly: red. Hex color #B60639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60639 is #49F9C6. Grayscale: #404040. Windows color (decimal): -4848071 or 3737270. OLE color: 3737270.

HSL color Cylindrical-coordinate representation of color #B60639: hue angle of 342.61º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B60639 is Cyan = 0, Magento = 0.97, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB182657-
CMYK00.970.690.29
HSL342.61º93.62%36.86%-
HSV(B)342.61º96.7%71.37%-
XYZ20.110.374.81-
YUV64.44123.81211.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.29%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 57 (22.66% from 255) = 23.27%
R=74.29%
G=2.45%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.69
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18265700.970.690.29342.6193.6236.86
HexB6639061451D1575e25
Octal26667101411053552713645
Binary10110110110111001011000011000101111011010101111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60639; }

 p { color: rgb(182,6,57); }

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

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

 a { background-color: rgb(182,6,57); }

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

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

 span { border-color: rgb(182,6,57); }

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