Html Css Color HEX #CA4D3B Grenadier

📋 copy color: '#CA4D3B'

red 202 ◦ green 77 ◦ blue 59

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

Shades of Grenadier #CA4D3B

Tints of Grenadier #CA4D3B

RGB

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

 GREEN value IS 77 (30.47% from 255) = 22.78%

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

R = 59.76%
G = 22.78%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA4D3B (or 0xCA4D3B) is known color: Grenadier. HEX triplet: CA, 4D and 3B. RGB value is (202,77,59). Sum of RGB (Red+Green+Blue) = 202+77+59=338 (44% of max value = 765). Red value is 202 (79.30% from 255 or 59.76% from 338); Green value is 77 (30.47% from 255 or 22.78% from 338); Blue value is 59 (23.44% from 255 or 17.46% from 338); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA4D3B is #35B2C4. Grayscale: #707070. Windows color (decimal): -3519173 or 3886538. OLE color: 3886538.

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

Color convert

RGB 202 77 59 -
CMYK 0 0.62 0.71 0.21
HSL 7.55º 0.57% 0.51% -
HSV(B) 7.55º 0.71% 0.79% -
XYZ 27.8 18.18 6.18 -
YUV 112.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 202 77 59 0 0.62 0.71 0.21 7.55 0.57 0.51
Hex CA 4D 3B 0 3E 47 15 8 39 33
Octal 312 115 73 0 76 107 25 10 71 63
Binary 11001010 1001101 111011 0 111110 1000111 10101 1000 111001 110011

Color Harmonies of #CA4D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4D3B

Black with #CA4D3B

Text Example


Text Example

White with #CA4D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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