Html Css Color HEX #C04A34 Grenadier

📋 copy color: '#C04A34'

red 192 ◦ green 74 ◦ blue 52

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

Shades of Grenadier #C04A34

Tints of Grenadier #C04A34

RGB

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

 GREEN value IS 74 (29.3% from 255) = 23.27%

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

R = 60.38%
G = 23.27%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04A34 (or 0xC04A34) is known color: Grenadier. HEX triplet: C0, 4A and 34. RGB value is (192,74,52). Sum of RGB (Red+Green+Blue) = 192+74+52=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 74 (29.30% from 255 or 23.27% from 318); Blue value is 52 (20.70% from 255 or 16.35% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A34 is #3FB5CB. Grayscale: #6A6A6A. Windows color (decimal): -4175308 or 3427008. OLE color: 3427008.

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

Color convert

RGB 192 74 52 -
CMYK 0 0.61 0.73 0.25
HSL 9.43º 0.57% 0.48% -
HSV(B) 9.43º 0.73% 0.75% -
XYZ 24.81 16.35 5.1 -
YUV 106.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 192 74 52 0 0.61 0.73 0.25 9.43 0.57 0.48
Hex C0 4A 34 0 3D 49 19 9 39 30
Octal 300 112 64 0 75 111 31 11 71 60
Binary 11000000 1001010 110100 0 111101 1001001 11001 1001 111001 110000

Color Harmonies of #C04A34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A34

Black with #C04A34

Text Example


Text Example

White with #C04A34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A34; }

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

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

background-color css

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

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

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

border-color css

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

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

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