#CA463A

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

Shades of Grenadier #CA463A

Tints of Grenadier #CA463A

Color information

#CA463A (or 0xCA463A) is unknown color: approx Grenadier. HEX triplet: CA, 46 and 3A. RGB value is (202,70,58). Sum of RGB (Red+Green+Blue) = 202+70+58=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 70 (27.73% from 255 or 21.21% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA463A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA463A is #35B9C5. Grayscale: #6C6C6C. Windows color (decimal): -3520966 or 3819210. OLE color: 3819210.

HSL color Cylindrical-coordinate representation of color #CA463A: hue angle of 5º 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 #CA463A is Cyan = 0, Magento = 0.65, Yellow = 0.71 and Black (K on CMYK) = 0.21.

Color convert

RGB2027058-
CMYK00.650.710.21
HSL57.6%50.98%-
HSV(B)71.29%79.22%-
XYZ27.3117.245.89-
YUV108.199.73194.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.21%
GREEN value IS 70 (27.73% from 255) = 21.21%
BLUE value IS 58 (23.05% from 255) = 17.58%
R=61.21%
G=21.21%
B=17.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.71
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202705800.650.710.21557.650.98
HexCA463A041471553a33
Octal3121067201011072557263
Binary11001010100011011101001000001100011110101101111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA463A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA463A; }

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

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

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

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

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

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

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

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