Html Css Color HEX #CA4434 Grenadier

📋 copy color: '#CA4434'

red 202 ◦ green 68 ◦ blue 52

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

Shades of Grenadier #CA4434

Tints of Grenadier #CA4434

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.15%

R = 62.73%
G = 21.12%
B = 16.15%

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

#CA4434 (or 0xCA4434) is known color: Grenadier. HEX triplet: CA, 44 and 34. RGB value is (202,68,52). Sum of RGB (Red+Green+Blue) = 202+68+52=322 (42% of max value = 765). Red value is 202 (79.30% from 255 or 62.73% from 322); Green value is 68 (26.95% from 255 or 21.12% from 322); Blue value is 52 (20.70% from 255 or 16.15% from 322); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4434 is #35BBCB. Grayscale: #6A6A6A. Windows color (decimal): -3521484 or 3425482. OLE color: 3425482.

HSL color Cylindrical-coordinate representation of color #CA4434: hue angle of 6.4º degrees, saturation: 0.59, 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 #CA4434 is Cyan = 0, Magento = 0.66, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 68 52 -
CMYK 0 0.66 0.74 0.21
HSL 6.4º 0.59% 0.5% -
HSV(B) 6.4º 0.74% 0.79% -
XYZ 27.04 16.94 5.09 -
YUV 106.24 97.39 196.3 -
System Red Green Blue C M Y K H S L
Decimal 202 68 52 0 0.66 0.74 0.21 6.4 0.59 0.5
Hex CA 44 34 0 42 4A 15 6 3B 32
Octal 312 104 64 0 102 112 25 6 73 62
Binary 11001010 1000100 110100 0 1000010 1001010 10101 110 111011 110010

Color Harmonies of #CA4434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4434

Black with #CA4434

Text Example


Text Example

White with #CA4434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4434; }

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

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

background-color css

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

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

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

border-color css

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

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

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