#B60638

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

Shades of Cardinal #B60638

Tints of Cardinal #B60638

Color information

#B60638 (or 0xB60638) is unknown color: approx Cardinal. HEX triplet: B6, 06 and 38. RGB value is (182,6,56). Sum of RGB (Red+Green+Blue) = 182+6+56=244 (32% of max value = 765). Red value is 182 (71.48% from 255 or 74.59% from 244); Green value is 6 (2.73% from 255 or 2.46% from 244); Blue value is 56 (22.27% from 255 or 22.95% from 244); Max value from RGB is 182 - color contains mainly: red. Hex color #B60638 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60638 is #49F9C7. Grayscale: #404040. Windows color (decimal): -4848072 or 3671734. OLE color: 3671734.

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

Color convert

RGB182656-
CMYK00.970.690.29
HSL342.95º93.62%36.86%-
HSV(B)342.95º96.7%71.37%-
XYZ20.0710.364.68-
YUV64.32123.31211.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 74.59%
GREEN value IS 6 (2.73% from 255) = 2.46%
BLUE value IS 56 (22.27% from 255) = 22.95%
R=74.59%
G=2.46%
B=22.95%

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
Decimal18265600.970.690.29342.9593.6236.86
HexB6638061451D1575e25
Octal26667001411053552713645
Binary10110110110111000011000011000101111011010101111011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60638; }

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

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

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

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

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

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

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

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