Html Css Color HEX #CA4435 Grenadier

📋 copy color: '#CA4435'

red 202 ◦ green 68 ◦ blue 53

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

Shades of Grenadier #CA4435

Tints of Grenadier #CA4435

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.05%

 BLUE value IS 53 (21.09% from 255) = 16.41%

R = 62.54%
G = 21.05%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CA4435 (or 0xCA4435) is known color: Grenadier. HEX triplet: CA, 44 and 35. RGB value is (202,68,53). Sum of RGB (Red+Green+Blue) = 202+68+53=323 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.54% from 323); Green value is 68 (26.95% from 255 or 21.05% from 323); Blue value is 53 (21.09% from 255 or 16.41% from 323); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4435 is #35BBCA. Grayscale: #6A6A6A. Windows color (decimal): -3521483 or 3491018. OLE color: 3491018.

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

Color convert

RGB 202 68 53 -
CMYK 0 0.66 0.74 0.21
HSL 6.04º 0.58% 0.5% -
HSV(B) 6.04º 0.74% 0.79% -
XYZ 27.07 16.95 5.21 -
YUV 106.36 97.89 196.22 -
System Red Green Blue C M Y K H S L
Decimal 202 68 53 0 0.66 0.74 0.21 6.04 0.58 0.5
Hex CA 44 35 0 42 4A 15 6 3A 32
Octal 312 104 65 0 102 112 25 6 72 62
Binary 11001010 1000100 110101 0 1000010 1001010 10101 110 111010 110010

Color Harmonies of #CA4435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4435

Black with #CA4435

Text Example


Text Example

White with #CA4435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4435; }

 p { color: rgb(202,68,53); }

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

background-color css

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

 a { background-color: rgb(202,68,53); }

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

border-color css

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

 span { border-color: rgb(202,68,53); }

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