Html Css Color HEX #CA4C3C Grenadier

📋 copy color: '#CA4C3C'

red 202 ◦ green 76 ◦ blue 60

#CA4C3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grenadier #CA4C3C

Tints of Grenadier #CA4C3C

RGB

 RED value IS 202 (79.3% from 255) = 59.76%

 GREEN value IS 76 (30.08% from 255) = 22.49%

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 59.76%
G = 22.49%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA4C3C (or 0xCA4C3C) is known color: Grenadier. HEX triplet: CA, 4C and 3C. RGB value is (202,76,60). Sum of RGB (Red+Green+Blue) = 202+76+60=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 76 (30.08% from 255 or 22.49% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4C3C is #35B3C3. Grayscale: #707070. Windows color (decimal): -3519428 or 3951818. OLE color: 3951818.

HSL color Cylindrical-coordinate representation of color #CA4C3C: hue angle of 6.76º degrees, saturation: 0.57, 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 #CA4C3C is Cyan = 0, Magento = 0.62, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 76 60 -
CMYK 0 0.62 0.70 0.21
HSL 6.76º 0.57% 0.51% -
HSV(B) 6.76º 0.7% 0.79% -
XYZ 27.76 18.05 6.3 -
YUV 111.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 202 76 60 0 0.62 0.70 0.21 6.76 0.57 0.51
Hex CA 4C 3C 0 3E 46 15 7 39 33
Octal 312 114 74 0 76 106 25 7 71 63
Binary 11001010 1001100 111100 0 111110 1000110 10101 111 111001 110011

Color Harmonies of #CA4C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4C3C

Black with #CA4C3C

Text Example


Text Example

White with #CA4C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4C3C; }

 p { color: rgb(202,76,60); }

 H1.HeaderClassName
 {
   color: #CA4C3C;
 }
 .AnyTagClassName
 {
   color: #CA4C3C;
 }
</style>

background-color css

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

 a { background-color: rgb(202,76,60); }

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

border-color css

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

 span { border-color: rgb(202,76,60); }

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