Html Css Color HEX #C04129 Grenadier

📋 copy color: '#C04129'

red 192 ◦ green 65 ◦ blue 41

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

Shades of Grenadier #C04129

Tints of Grenadier #C04129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.81%

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

R = 64.43%
G = 21.81%
B = 13.76%

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

#C04129 (or 0xC04129) is known color: Grenadier. HEX triplet: C0, 41 and 29. RGB value is (192,65,41). Sum of RGB (Red+Green+Blue) = 192+65+41=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 41 (16.41% from 255 or 13.76% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C04129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04129 is #3FBED6. Grayscale: #646464. Windows color (decimal): -4177623 or 2703808. OLE color: 2703808.

HSL color Cylindrical-coordinate representation of color #C04129: hue angle of 9.54º 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 #C04129 is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 65 41 -
CMYK 0 0.66 0.79 0.25
HSL 9.54º 0.65% 0.46% -
HSV(B) 9.54º 0.79% 0.75% -
XYZ 24.03 15.15 3.76 -
YUV 100.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 192 65 41 0 0.66 0.79 0.25 9.54 0.65 0.46
Hex C0 41 29 0 42 4F 19 A 41 2E
Octal 300 101 51 0 102 117 31 12 101 56
Binary 11000000 1000001 101001 0 1000010 1001111 11001 1010 1000001 101110

Color Harmonies of #C04129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04129

Black with #C04129

Text Example


Text Example

White with #C04129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04129; }

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

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

background-color css

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

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

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

border-color css

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

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

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