Html Css Color HEX #C04229 Grenadier

📋 copy color: '#C04229'

red 192 ◦ green 66 ◦ blue 41

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

Shades of Grenadier #C04229

Tints of Grenadier #C04229

RGB

 RED value IS 192 (75.39% from 255) = 64.21%

 GREEN value IS 66 (26.17% from 255) = 22.07%

 BLUE value IS 41 (16.41% from 255) = 13.71%

R = 64.21%
G = 22.07%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C04229 (or 0xC04229) is known color: Grenadier. HEX triplet: C0, 42 and 29. RGB value is (192,66,41). Sum of RGB (Red+Green+Blue) = 192+66+41=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 66 (26.17% from 255 or 22.07% from 299); Blue value is 41 (16.41% from 255 or 13.71% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C04229 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04229 is #3FBDD6. Grayscale: #656565. Windows color (decimal): -4177367 or 2704064. OLE color: 2704064.

HSL color Cylindrical-coordinate representation of color #C04229: hue angle of 9.93º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C04229 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 66 41 -
CMYK 0 0.66 0.79 0.25
HSL 9.93º 0.65% 0.46% -
HSV(B) 9.93º 0.79% 0.75% -
XYZ 24.09 15.26 3.77 -
YUV 100.82 94.24 193.03 -
System Red Green Blue C M Y K H S L
Decimal 192 66 41 0 0.66 0.79 0.25 9.93 0.65 0.46
Hex C0 42 29 0 42 4F 19 A 41 2E
Octal 300 102 51 0 102 117 31 12 101 56
Binary 11000000 1000010 101001 0 1000010 1001111 11001 1010 1000001 101110

Color Harmonies of #C04229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04229

Black with #C04229

Text Example


Text Example

White with #C04229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04229; }

 p { color: rgb(192,66,41); }

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

background-color css

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

 a { background-color: rgb(192,66,41); }

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

border-color css

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

 span { border-color: rgb(192,66,41); }

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