#B60734

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

Shades of Cardinal #B60734

Tints of Cardinal #B60734

Color information

#B60734 (or 0xB60734) is unknown color: approx Cardinal. HEX triplet: B6, 07 and 34. RGB value is (182,7,52). Sum of RGB (Red+Green+Blue) = 182+7+52=241 (31% of max value = 765). Red value is 182 (71.48% from 255 or 75.52% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 182 - color contains mainly: red. Hex color #B60734 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60734 is #49F8CB. Grayscale: #404040. Windows color (decimal): -4847820 or 3409846. OLE color: 3409846.

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

Color convert

RGB182752-
CMYK00.960.710.29
HSL344.57º92.59%37.06%-
HSV(B)344.57º96.15%71.37%-
XYZ19.9910.344.19-
YUV64.46120.98211.84-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 75.52%
GREEN value IS 7 (3.12% from 255) = 2.90%
BLUE value IS 52 (20.70% from 255) = 21.58%
R=75.52%
G=2.90%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.71
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18275200.960.710.29344.5792.5937.06
HexB6734060471D1595d25
Octal26676401401073553113545
Binary10110110111110100011000001000111111011010110011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60734; }

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

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

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

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

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

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

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

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