#B60634

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

Shades of Cardinal #B60634

Tints of Cardinal #B60634

Color information

#B60634 (or 0xB60634) is unknown color: approx Cardinal. HEX triplet: B6, 06 and 34. RGB value is (182,6,52). Sum of RGB (Red+Green+Blue) = 182+6+52=240 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.83% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 182 - color contains mainly: red. Hex color #B60634 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60634 is #49F9CB. Grayscale: #3F3F3F. Windows color (decimal): -4848076 or 3409590. OLE color: 3409590.

HSL color Cylindrical-coordinate representation of color #B60634: hue angle of 344.32º 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 #B60634 is Cyan = 0, Magento = 0.97, Yellow = 0.71 and Black (K on CMYK) = 0.29.

Color convert

RGB182652-
CMYK00.970.710.29
HSL344.32º93.62%36.86%-
HSV(B)344.32º96.7%71.37%-
XYZ19.9810.324.19-
YUV63.87121.31212.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.83%
GREEN value IS 6 (2.73% from 255) = 2.5%
BLUE value IS 52 (20.70% from 255) = 21.67%
R=75.83%
G=2.5%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18265200.970.710.29344.3293.6236.86
HexB6634061471D1585e25
Octal26666401411073553013645
Binary10110110110110100011000011000111111011010110001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60634; }

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

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

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

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

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

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

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

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