#C9453D

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

Shades of Grenadier #C9453D

Tints of Grenadier #C9453D

Color information

#C9453D (or 0xC9453D) is unknown color: approx Grenadier. HEX triplet: C9, 45 and 3D. RGB value is (201,69,61). Sum of RGB (Red+Green+Blue) = 201+69+61=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9453D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9453D is #36BAC2. Grayscale: #6B6B6B. Windows color (decimal): -3586755 or 4015561. OLE color: 4015561.

HSL color Cylindrical-coordinate representation of color #C9453D: hue angle of 3.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9453D is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB2016961-
CMYK00.660.700.21
HSL3.43º56.45%51.37%-
HSV(B)3.43º69.65%78.82%-
XYZ27.0617.016.27-
YUV107.56101.73194.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.73%
GREEN value IS 69 (27.34% from 255) = 20.85%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=60.73%
G=20.85%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201696100.660.700.213.4356.4551.37
HexC9453D042461533833
Octal3111057501021062537063
Binary1100100110001011111010100001010001101010111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9453D; }

 p { color: rgb(201,69,61); }

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

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

 a { background-color: rgb(201,69,61); }

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

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

 span { border-color: rgb(201,69,61); }

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