Html Css Color HEX #C04C35 Grenadier

📋 copy color: '#C04C35'

red 192 ◦ green 76 ◦ blue 53

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

Shades of Grenadier #C04C35

Tints of Grenadier #C04C35

RGB

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

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

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

R = 59.81%
G = 23.68%
B = 16.51%

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

#C04C35 (or 0xC04C35) is known color: Grenadier. HEX triplet: C0, 4C and 35. RGB value is (192,76,53). Sum of RGB (Red+Green+Blue) = 192+76+53=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 76 (30.08% from 255 or 23.68% from 321); Blue value is 53 (21.09% from 255 or 16.51% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C35 is #3FB3CA. Grayscale: #6C6C6C. Windows color (decimal): -4174795 or 3493056. OLE color: 3493056.

HSL color Cylindrical-coordinate representation of color #C04C35: hue angle of 9.93º degrees, saturation: 0.57, 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 #C04C35 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 76 53 -
CMYK 0 0.60 0.72 0.25
HSL 9.93º 0.57% 0.48% -
HSV(B) 9.93º 0.72% 0.75% -
XYZ 24.97 16.63 5.26 -
YUV 108.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 192 76 53 0 0.60 0.72 0.25 9.93 0.57 0.48
Hex C0 4C 35 0 3C 48 19 A 39 30
Octal 300 114 65 0 74 110 31 12 71 60
Binary 11000000 1001100 110101 0 111100 1001000 11001 1010 111001 110000

Color Harmonies of #C04C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C35

Black with #C04C35

Text Example


Text Example

White with #C04C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C35; }

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

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

background-color css

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

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

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

border-color css

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

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

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