Html Css Color HEX #C04636 Grenadier

📋 copy color: '#C04636'

red 192 ◦ green 70 ◦ blue 54

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

Shades of Grenadier #C04636

Tints of Grenadier #C04636

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

 BLUE value IS 54 (21.48% from 255) = 17.09%

R = 60.76%
G = 22.15%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C04636 (or 0xC04636) is known color: Grenadier. HEX triplet: C0, 46 and 36. RGB value is (192,70,54). Sum of RGB (Red+Green+Blue) = 192+70+54=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 54 (21.48% from 255 or 17.09% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C04636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04636 is #3FB9C9. Grayscale: #686868. Windows color (decimal): -4176330 or 3557056. OLE color: 3557056.

HSL color Cylindrical-coordinate representation of color #C04636: hue angle of 6.96º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C04636 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 70 54 -
CMYK 0 0.64 0.72 0.25
HSL 6.96º 0.56% 0.48% -
HSV(B) 6.96º 0.72% 0.75% -
XYZ 24.59 15.85 5.25 -
YUV 104.65 99.42 190.3 -
System Red Green Blue C M Y K H S L
Decimal 192 70 54 0 0.64 0.72 0.25 6.96 0.56 0.48
Hex C0 46 36 0 40 48 19 7 38 30
Octal 300 106 66 0 100 110 31 7 70 60
Binary 11000000 1000110 110110 0 1000000 1001000 11001 111 111000 110000

Color Harmonies of #C04636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04636

Black with #C04636

Text Example


Text Example

White with #C04636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04636; }

 p { color: rgb(192,70,54); }

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

background-color css

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

 a { background-color: rgb(192,70,54); }

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

border-color css

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

 span { border-color: rgb(192,70,54); }

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