#CA443D

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

Shades of Grenadier #CA443D

Tints of Grenadier #CA443D

Color information

#CA443D (or 0xCA443D) is unknown color: approx Grenadier. HEX triplet: CA, 44 and 3D. RGB value is (202,68,61). Sum of RGB (Red+Green+Blue) = 202+68+61=331 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.03% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 202 - color contains mainly: red. Hex color #CA443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA443D is #35BBC2. Grayscale: #6B6B6B. Windows color (decimal): -3521475 or 4015306. OLE color: 4015306.

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

Color convert

RGB2026861-
CMYK00.660.700.21
HSL2.98º57.09%51.57%-
HSV(B)2.98º69.8%79.22%-
XYZ27.2717.036.26-
YUV107.27101.89195.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 61.03%
GREEN value IS 68 (26.95% from 255) = 20.54%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=61.03%
G=20.54%
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
Decimal202686100.660.700.212.9857.0951.57
HexCA443D042461533934
Octal3121047501021062537164
Binary1100101010001001111010100001010001101010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA443D; }

 p { color: rgb(202,68,61); }

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

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

 a { background-color: rgb(202,68,61); }

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

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

 span { border-color: rgb(202,68,61); }

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