Html Css Color HEX #C04C36 Grenadier

📋 copy color: '#C04C36'

red 192 ◦ green 76 ◦ blue 54

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

Shades of Grenadier #C04C36

Tints of Grenadier #C04C36

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.6%

 BLUE value IS 54 (21.48% from 255) = 16.77%

R = 59.63%
G = 23.6%
B = 16.77%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C04C36 (or 0xC04C36) is known color: Grenadier. HEX triplet: C0, 4C and 36. RGB value is (192,76,54). Sum of RGB (Red+Green+Blue) = 192+76+54=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C36 is #3FB3C9. Grayscale: #6C6C6C. Windows color (decimal): -4174794 or 3558592. OLE color: 3558592.

HSL color Cylindrical-coordinate representation of color #C04C36: hue angle of 9.57º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C04C36 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 54 -
CMYK 0 0.60 0.72 0.25
HSL 9.57º 0.56% 0.48% -
HSV(B) 9.57º 0.72% 0.75% -
XYZ 24.99 16.64 5.39 -
YUV 108.18 97.43 187.79 -
System Red Green Blue C M Y K H S L
Decimal 192 76 54 0 0.60 0.72 0.25 9.57 0.56 0.48
Hex C0 4C 36 0 3C 48 19 A 38 30
Octal 300 114 66 0 74 110 31 12 70 60
Binary 11000000 1001100 110110 0 111100 1001000 11001 1010 111000 110000

Color Harmonies of #C04C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C36

Black with #C04C36

Text Example


Text Example

White with #C04C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C36; }

 p { color: rgb(192,76,54); }

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

background-color css

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

 a { background-color: rgb(192,76,54); }

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

border-color css

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

 span { border-color: rgb(192,76,54); }

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