Html Css Color HEX #C04434 Grenadier

📋 copy color: '#C04434'

red 192 ◦ green 68 ◦ blue 52

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

Shades of Grenadier #C04434

Tints of Grenadier #C04434

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

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

R = 61.54%
G = 21.79%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04434 (or 0xC04434) is known color: Grenadier. HEX triplet: C0, 44 and 34. RGB value is (192,68,52). Sum of RGB (Red+Green+Blue) = 192+68+52=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C04434 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04434 is #3FBBCB. Grayscale: #676767. Windows color (decimal): -4176844 or 3425472. OLE color: 3425472.

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

Color convert

RGB 192 68 52 -
CMYK 0 0.65 0.73 0.25
HSL 6.86º 0.57% 0.48% -
HSV(B) 6.86º 0.73% 0.75% -
XYZ 24.43 15.59 4.97 -
YUV 103.25 99.08 191.3 -
System Red Green Blue C M Y K H S L
Decimal 192 68 52 0 0.65 0.73 0.25 6.86 0.57 0.48
Hex C0 44 34 0 41 49 19 7 39 30
Octal 300 104 64 0 101 111 31 7 71 60
Binary 11000000 1000100 110100 0 1000001 1001001 11001 111 111001 110000

Color Harmonies of #C04434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04434

Black with #C04434

Text Example


Text Example

White with #C04434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04434; }

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

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

background-color css

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

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

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

border-color css

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

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

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