Html Css Color HEX #C04338 Grenadier

📋 copy color: '#C04338'

red 192 ◦ green 67 ◦ blue 56

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

Shades of Grenadier #C04338

Tints of Grenadier #C04338

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.27%

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

R = 60.95%
G = 21.27%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#C04338 (or 0xC04338) is known color: Grenadier. HEX triplet: C0, 43 and 38. RGB value is (192,67,56). Sum of RGB (Red+Green+Blue) = 192+67+56=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 56 (22.27% from 255 or 17.78% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C04338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04338 is #3FBCC7. Grayscale: #676767. Windows color (decimal): -4177096 or 3687360. OLE color: 3687360.

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

Color convert

RGB 192 67 56 -
CMYK 0 0.65 0.71 0.25
HSL 4.85º 0.55% 0.49% -
HSV(B) 4.85º 0.71% 0.75% -
XYZ 24.46 15.51 5.45 -
YUV 103.12 101.41 191.39 -
System Red Green Blue C M Y K H S L
Decimal 192 67 56 0 0.65 0.71 0.25 4.85 0.55 0.49
Hex C0 43 38 0 41 47 19 5 37 31
Octal 300 103 70 0 101 107 31 5 67 61
Binary 11000000 1000011 111000 0 1000001 1000111 11001 101 110111 110001

Color Harmonies of #C04338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04338

Black with #C04338

Text Example


Text Example

White with #C04338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04338; }

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

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

background-color css

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

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

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

border-color css

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

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

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