Html Css Color HEX #CA4639 Grenadier

📋 copy color: '#CA4639'

red 202 ◦ green 70 ◦ blue 57

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

Shades of Grenadier #CA4639

Tints of Grenadier #CA4639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.33%

R = 61.4%
G = 21.28%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#CA4639 (or 0xCA4639) is known color: Grenadier. HEX triplet: CA, 46 and 39. RGB value is (202,70,57). Sum of RGB (Red+Green+Blue) = 202+70+57=329 (43% of max value = 765). Red value is 202 (79.30% from 255 or 61.40% from 329); Green value is 70 (27.73% from 255 or 21.28% from 329); Blue value is 57 (22.66% from 255 or 17.33% from 329); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4639 is #35B9C6. Grayscale: #6C6C6C. Windows color (decimal): -3520967 or 3753674. OLE color: 3753674.

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

Color convert

RGB 202 70 57 -
CMYK 0 0.65 0.72 0.21
HSL 5.38º 0.58% 0.51% -
HSV(B) 5.38º 0.72% 0.79% -
XYZ 27.29 17.23 5.76 -
YUV 107.99 99.23 195.06 -
System Red Green Blue C M Y K H S L
Decimal 202 70 57 0 0.65 0.72 0.21 5.38 0.58 0.51
Hex CA 46 39 0 41 48 15 5 3A 33
Octal 312 106 71 0 101 110 25 5 72 63
Binary 11001010 1000110 111001 0 1000001 1001000 10101 101 111010 110011

Color Harmonies of #CA4639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4639

Black with #CA4639

Text Example


Text Example

White with #CA4639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4639; }

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

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

background-color css

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

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

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

border-color css

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

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

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