Html Css Color HEX #C04238 Grenadier

📋 copy color: '#C04238'

red 192 ◦ green 66 ◦ blue 56

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

Shades of Grenadier #C04238

Tints of Grenadier #C04238

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.02%

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

R = 61.15%
G = 21.02%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C04238 (or 0xC04238) is known color: Grenadier. HEX triplet: C0, 42 and 38. RGB value is (192,66,56). Sum of RGB (Red+Green+Blue) = 192+66+56=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 66 (26.17% from 255 or 21.02% from 314); Blue value is 56 (22.27% from 255 or 17.83% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C04238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04238 is #3FBDC7. Grayscale: #666666. Windows color (decimal): -4177352 or 3687104. OLE color: 3687104.

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

Color convert

RGB 192 66 56 -
CMYK 0 0.66 0.71 0.25
HSL 4.41º 0.55% 0.49% -
HSV(B) 4.41º 0.71% 0.75% -
XYZ 24.4 15.39 5.43 -
YUV 102.53 101.74 191.81 -
System Red Green Blue C M Y K H S L
Decimal 192 66 56 0 0.66 0.71 0.25 4.41 0.55 0.49
Hex C0 42 38 0 42 47 19 4 37 31
Octal 300 102 70 0 102 107 31 4 67 61
Binary 11000000 1000010 111000 0 1000010 1000111 11001 100 110111 110001

Color Harmonies of #C04238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04238

Black with #C04238

Text Example


Text Example

White with #C04238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04238; }

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

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

background-color css

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

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

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

border-color css

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

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

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