#CA4838

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

Shades of Grenadier #CA4838

Tints of Grenadier #CA4838

Color information

#CA4838 (or 0xCA4838) is unknown color: approx Grenadier. HEX triplet: CA, 48 and 38. RGB value is (202,72,56). Sum of RGB (Red+Green+Blue) = 202+72+56=330 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.21% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 56 (22.27% from 255 or 16.97% from 330); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4838 is #35B7C7. Grayscale: #6D6D6D. Windows color (decimal): -3520456 or 3688650. OLE color: 3688650.

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

Color convert

RGB2027256-
CMYK00.640.720.21
HSL6.58º57.94%50.59%-
HSV(B)6.58º72.28%79.22%-
XYZ27.3917.485.67-
YUV109.0598.07194.3-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.21%
GREEN value IS 72 (28.52% from 255) = 21.82%
BLUE value IS 56 (22.27% from 255) = 16.97%
R=61.21%
G=21.82%
B=16.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202725600.640.720.216.5857.9450.59
HexCA4838040481573a33
Octal3121107001001102577263
Binary11001010100100011100001000000100100010101111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4838; }

 p { color: rgb(202,72,56); }

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

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

 a { background-color: rgb(202,72,56); }

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

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

 span { border-color: rgb(202,72,56); }

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