Html Css Color HEX #C04134 Grenadier

📋 copy color: '#C04134'

red 192 ◦ green 65 ◦ blue 52

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

Shades of Grenadier #C04134

Tints of Grenadier #C04134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

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

R = 62.14%
G = 21.04%
B = 16.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04134 (or 0xC04134) is known color: Grenadier. HEX triplet: C0, 41 and 34. RGB value is (192,65,52). Sum of RGB (Red+Green+Blue) = 192+65+52=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C04134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04134 is #3FBECB. Grayscale: #656565. Windows color (decimal): -4177612 or 3424704. OLE color: 3424704.

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

Color convert

RGB 192 65 52 -
CMYK 0 0.66 0.73 0.25
HSL 5.57º 0.57% 0.48% -
HSV(B) 5.57º 0.73% 0.75% -
XYZ 24.25 15.23 4.91 -
YUV 101.49 100.08 192.56 -
System Red Green Blue C M Y K H S L
Decimal 192 65 52 0 0.66 0.73 0.25 5.57 0.57 0.48
Hex C0 41 34 0 42 49 19 6 39 30
Octal 300 101 64 0 102 111 31 6 71 60
Binary 11000000 1000001 110100 0 1000010 1001001 11001 110 111001 110000

Color Harmonies of #C04134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04134

Black with #C04134

Text Example


Text Example

White with #C04134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04134; }

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

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

background-color css

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

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

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

border-color css

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

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

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