#B60730

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

Shades of Cardinal #B60730

Tints of Cardinal #B60730

Color information

#B60730 (or 0xB60730) is unknown color: approx Cardinal. HEX triplet: B6, 07 and 30. RGB value is (182,7,48). Sum of RGB (Red+Green+Blue) = 182+7+48=237 (31% of max value = 765). Red value is 182 (71.48% from 255 or 76.79% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 182 - color contains mainly: red. Hex color #B60730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B60730 is #49F8CF. Grayscale: #404040. Windows color (decimal): -4847824 or 3147702. OLE color: 3147702.

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

Color convert

RGB182748-
CMYK00.960.740.29
HSL345.94º92.59%37.06%-
HSV(B)345.94º96.15%71.37%-
XYZ19.910.313.74-
YUV64118.98212.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 76.79%
GREEN value IS 7 (3.12% from 255) = 2.95%
BLUE value IS 48 (19.14% from 255) = 20.25%
R=76.79%
G=2.95%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18274800.960.740.29345.9492.5937.06
HexB67300604A1D15a5d25
Octal26676001401123553213545
Binary10110110111110000011000001001010111011010110101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B60730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B60730; }

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

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

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

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

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

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

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

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