Html Css Color HEX #C04034 Grenadier

📋 copy color: '#C04034'

red 192 ◦ green 64 ◦ blue 52

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

Shades of Grenadier #C04034

Tints of Grenadier #C04034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.78%

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

R = 62.34%
G = 20.78%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04034 (or 0xC04034) is known color: Grenadier. HEX triplet: C0, 40 and 34. RGB value is (192,64,52). Sum of RGB (Red+Green+Blue) = 192+64+52=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 64 (25.39% from 255 or 20.78% from 308); Blue value is 52 (20.70% from 255 or 16.88% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C04034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04034 is #3FBFCB. Grayscale: #656565. Windows color (decimal): -4177868 or 3424448. OLE color: 3424448.

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

Color convert

RGB 192 64 52 -
CMYK 0 0.67 0.73 0.25
HSL 5.14º 0.57% 0.48% -
HSV(B) 5.14º 0.73% 0.75% -
XYZ 24.19 15.12 4.89 -
YUV 100.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 192 64 52 0 0.67 0.73 0.25 5.14 0.57 0.48
Hex C0 40 34 0 43 49 19 5 39 30
Octal 300 100 64 0 103 111 31 5 71 60
Binary 11000000 1000000 110100 0 1000011 1001001 11001 101 111001 110000

Color Harmonies of #C04034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04034

Black with #C04034

Text Example


Text Example

White with #C04034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04034; }

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

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

background-color css

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

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

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

border-color css

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

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

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