Html Css Color HEX #CA4E3B Grenadier

📋 copy color: '#CA4E3B'

red 202 ◦ green 78 ◦ blue 59

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

Shades of Grenadier #CA4E3B

Tints of Grenadier #CA4E3B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 23.01%

 BLUE value IS 59 (23.44% from 255) = 17.4%

R = 59.59%
G = 23.01%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA4E3B (or 0xCA4E3B) is known color: Grenadier. HEX triplet: CA, 4E and 3B. RGB value is (202,78,59). Sum of RGB (Red+Green+Blue) = 202+78+59=339 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.59% from 339); Green value is 78 (30.86% from 255 or 23.01% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4E3B is #35B1C4. Grayscale: #717171. Windows color (decimal): -3518917 or 3886794. OLE color: 3886794.

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

Color convert

RGB 202 78 59 -
CMYK 0 0.61 0.71 0.21
HSL 7.97º 0.57% 0.51% -
HSV(B) 7.97º 0.71% 0.79% -
XYZ 27.87 18.32 6.21 -
YUV 112.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 202 78 59 0 0.61 0.71 0.21 7.97 0.57 0.51
Hex CA 4E 3B 0 3D 47 15 8 39 33
Octal 312 116 73 0 75 107 25 10 71 63
Binary 11001010 1001110 111011 0 111101 1000111 10101 1000 111001 110011

Color Harmonies of #CA4E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4E3B

Black with #CA4E3B

Text Example


Text Example

White with #CA4E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4E3B; }

 p { color: rgb(202,78,59); }

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

background-color css

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

 a { background-color: rgb(202,78,59); }

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

border-color css

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

 span { border-color: rgb(202,78,59); }

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