Html Css Color HEX #C04A38 Grenadier

📋 copy color: '#C04A38'

red 192 ◦ green 74 ◦ blue 56

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

Shades of Grenadier #C04A38

Tints of Grenadier #C04A38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.39%

R = 59.63%
G = 22.98%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C04A38 (or 0xC04A38) is known color: Grenadier. HEX triplet: C0, 4A and 38. RGB value is (192,74,56). Sum of RGB (Red+Green+Blue) = 192+74+56=322 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.63% from 322); Green value is 74 (29.30% from 255 or 22.98% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A38 is #3FB5C7. Grayscale: #6B6B6B. Windows color (decimal): -4175304 or 3689152. OLE color: 3689152.

HSL color Cylindrical-coordinate representation of color #C04A38: hue angle of 7.94º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C04A38 is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 74 56 -
CMYK 0 0.61 0.71 0.25
HSL 7.94º 0.55% 0.49% -
HSV(B) 7.94º 0.71% 0.75% -
XYZ 24.9 16.39 5.59 -
YUV 107.23 99.09 188.46 -
System Red Green Blue C M Y K H S L
Decimal 192 74 56 0 0.61 0.71 0.25 7.94 0.55 0.49
Hex C0 4A 38 0 3D 47 19 8 37 31
Octal 300 112 70 0 75 107 31 10 67 61
Binary 11000000 1001010 111000 0 111101 1000111 11001 1000 110111 110001

Color Harmonies of #C04A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04A38

Black with #C04A38

Text Example


Text Example

White with #C04A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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