Html Css Color HEX #C04D34 Grenadier

📋 copy color: '#C04D34'

red 192 ◦ green 77 ◦ blue 52

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

Shades of Grenadier #C04D34

Tints of Grenadier #C04D34

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.99%

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

R = 59.81%
G = 23.99%
B = 16.2%

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

#C04D34 (or 0xC04D34) is known color: Grenadier. HEX triplet: C0, 4D and 34. RGB value is (192,77,52). Sum of RGB (Red+Green+Blue) = 192+77+52=321 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.81% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04D34 is #3FB2CB. Grayscale: #6C6C6C. Windows color (decimal): -4174540 or 3427776. OLE color: 3427776.

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

Color convert

RGB 192 77 52 -
CMYK 0 0.60 0.73 0.25
HSL 10.71º 0.57% 0.48% -
HSV(B) 10.71º 0.73% 0.75% -
XYZ 25.01 16.76 5.17 -
YUV 108.54 96.1 187.53 -
System Red Green Blue C M Y K H S L
Decimal 192 77 52 0 0.60 0.73 0.25 10.71 0.57 0.48
Hex C0 4D 34 0 3C 49 19 B 39 30
Octal 300 115 64 0 74 111 31 13 71 60
Binary 11000000 1001101 110100 0 111100 1001001 11001 1011 111001 110000

Color Harmonies of #C04D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04D34

Black with #C04D34

Text Example


Text Example

White with #C04D34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04D34; }

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

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

background-color css

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

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

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

border-color css

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

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

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