Html Css Color HEX #C04C34 Grenadier

📋 copy color: '#C04C34'

red 192 ◦ green 76 ◦ blue 52

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

Shades of Grenadier #C04C34

Tints of Grenadier #C04C34

RGB

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

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

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

R = 60%
G = 23.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04C34 (or 0xC04C34) is known color: Grenadier. HEX triplet: C0, 4C and 34. RGB value is (192,76,52). Sum of RGB (Red+Green+Blue) = 192+76+52=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 76 (30.08% from 255 or 23.75% from 320); Blue value is 52 (20.70% from 255 or 16.25% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04C34 is #3FB3CB. Grayscale: #6C6C6C. Windows color (decimal): -4174796 or 3427520. OLE color: 3427520.

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

Color convert

RGB 192 76 52 -
CMYK 0 0.60 0.73 0.25
HSL 10.29º 0.57% 0.48% -
HSV(B) 10.29º 0.73% 0.75% -
XYZ 24.94 16.62 5.14 -
YUV 107.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 192 76 52 0 0.60 0.73 0.25 10.29 0.57 0.48
Hex C0 4C 34 0 3C 49 19 A 39 30
Octal 300 114 64 0 74 111 31 12 71 60
Binary 11000000 1001100 110100 0 111100 1001001 11001 1010 111001 110000

Color Harmonies of #C04C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04C34

Black with #C04C34

Text Example


Text Example

White with #C04C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04C34; }

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

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

background-color css

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

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

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

border-color css

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

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

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