#CA453A

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

Shades of Grenadier #CA453A

Tints of Grenadier #CA453A

Color information

#CA453A (or 0xCA453A) is unknown color: approx Grenadier. HEX triplet: CA, 45 and 3A. RGB value is (202,69,58). Sum of RGB (Red+Green+Blue) = 202+69+58=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 69 (27.34% from 255 or 20.97% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA453A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA453A is #35BAC5. Grayscale: #6B6B6B. Windows color (decimal): -3521222 or 3818954. OLE color: 3818954.

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

Color convert

RGB2026958-
CMYK00.660.710.21
HSL4.58º57.6%50.98%-
HSV(B)4.58º71.29%79.22%-
XYZ27.2517.125.87-
YUV107.51100.06195.39-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.40%
GREEN value IS 69 (27.34% from 255) = 20.97%
BLUE value IS 58 (23.05% from 255) = 17.63%
R=61.40%
G=20.97%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202695800.660.710.214.5857.650.98
HexCA453A042471553a33
Octal3121057201021072557263
Binary11001010100010111101001000010100011110101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA453A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA453A; }

 p { color: rgb(202,69,58); }

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

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

 a { background-color: rgb(202,69,58); }

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

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

 span { border-color: rgb(202,69,58); }

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