Html Css Color HEX #CA4A3E Grenadier

📋 copy color: '#CA4A3E'

red 202 ◦ green 74 ◦ blue 62

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

Shades of Grenadier #CA4A3E

Tints of Grenadier #CA4A3E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.89%

 BLUE value IS 62 (24.61% from 255) = 18.34%

R = 59.76%
G = 21.89%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#CA4A3E (or 0xCA4A3E) is known color: Grenadier. HEX triplet: CA, 4A and 3E. RGB value is (202,74,62). Sum of RGB (Red+Green+Blue) = 202+74+62=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 74 (29.30% from 255 or 21.89% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4A3E is #35B5C1. Grayscale: #6F6F6F. Windows color (decimal): -3519938 or 4082378. OLE color: 4082378.

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

Color convert

RGB 202 74 62 -
CMYK 0 0.63 0.69 0.21
HSL 5.14º 0.57% 0.52% -
HSV(B) 5.14º 0.69% 0.79% -
XYZ 27.68 17.8 6.53 -
YUV 110.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 202 74 62 0 0.63 0.69 0.21 5.14 0.57 0.52
Hex CA 4A 3E 0 3F 45 15 5 39 34
Octal 312 112 76 0 77 105 25 5 71 64
Binary 11001010 1001010 111110 0 111111 1000101 10101 101 111001 110100

Color Harmonies of #CA4A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4A3E

Black with #CA4A3E

Text Example


Text Example

White with #CA4A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4A3E; }

 p { color: rgb(202,74,62); }

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

background-color css

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

 a { background-color: rgb(202,74,62); }

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

border-color css

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

 span { border-color: rgb(202,74,62); }

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