#C54530

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

Shades of Grenadier #C54530

Tints of Grenadier #C54530

Color information

#C54530 (or 0xC54530) is unknown color: approx Grenadier. HEX triplet: C5, 45 and 30. RGB value is (197,69,48). Sum of RGB (Red+Green+Blue) = 197+69+48=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C54530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54530 is #3ABACF. Grayscale: #696969. Windows color (decimal): -3848912 or 3163589. OLE color: 3163589.

HSL color Cylindrical-coordinate representation of color #C54530: hue angle of 8.46º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C54530 is Cyan = 0, Magento = 0.65, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB1976948-
CMYK00.650.760.23
HSL8.46º60.82%48.04%-
HSV(B)8.46º75.63%77.25%-
XYZ25.6916.344.6-
YUV104.8895.91193.71-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 62.74%
GREEN value IS 69 (27.34% from 255) = 21.97%
BLUE value IS 48 (19.14% from 255) = 15.29%
R=62.74%
G=21.97%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.76
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197694800.650.760.238.4660.8248.04
HexC545300414C1783d30
Octal30510560010111427107560
Binary110001011000101110000010000011001100101111000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54530; }

 p { color: rgb(197,69,48); }

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

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

 a { background-color: rgb(197,69,48); }

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

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

 span { border-color: rgb(197,69,48); }

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