Html Css Color HEX #CA4636 Grenadier

📋 copy color: '#CA4636'

red 202 ◦ green 70 ◦ blue 54

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

Shades of Grenadier #CA4636

Tints of Grenadier #CA4636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 54 (21.48% from 255) = 16.56%

R = 61.96%
G = 21.47%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CA4636 (or 0xCA4636) is known color: Grenadier. HEX triplet: CA, 46 and 36. RGB value is (202,70,54). Sum of RGB (Red+Green+Blue) = 202+70+54=326 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.96% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 54 (21.48% from 255 or 16.56% from 326); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4636 is #35B9C9. Grayscale: #6B6B6B. Windows color (decimal): -3520970 or 3557066. OLE color: 3557066.

HSL color Cylindrical-coordinate representation of color #CA4636: hue angle of 6.49º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CA4636 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 70 54 -
CMYK 0 0.65 0.73 0.21
HSL 6.49º 0.58% 0.5% -
HSV(B) 6.49º 0.73% 0.79% -
XYZ 27.21 17.2 5.38 -
YUV 107.64 97.73 195.3 -
System Red Green Blue C M Y K H S L
Decimal 202 70 54 0 0.65 0.73 0.21 6.49 0.58 0.5
Hex CA 46 36 0 41 49 15 6 3A 32
Octal 312 106 66 0 101 111 25 6 72 62
Binary 11001010 1000110 110110 0 1000001 1001001 10101 110 111010 110010

Color Harmonies of #CA4636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4636

Black with #CA4636

Text Example


Text Example

White with #CA4636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4636; }

 p { color: rgb(202,70,54); }

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

background-color css

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

 a { background-color: rgb(202,70,54); }

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

border-color css

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

 span { border-color: rgb(202,70,54); }

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