Html Css Color HEX #C04F3F Grenadier

📋 copy color: '#C04F3F'

red 192 ◦ green 79 ◦ blue 63

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

Shades of Grenadier #C04F3F

Tints of Grenadier #C04F3F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.65%

 BLUE value IS 63 (25% from 255) = 18.86%

R = 57.49%
G = 23.65%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#C04F3F (or 0xC04F3F) is known color: Grenadier. HEX triplet: C0, 4F and 3F. RGB value is (192,79,63). Sum of RGB (Red+Green+Blue) = 192+79+63=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 79 (31.25% from 255 or 23.65% from 334); Blue value is 63 (25% from 255 or 18.86% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04F3F is #3FB0C0. Grayscale: #6F6F6F. Windows color (decimal): -4174017 or 4149184. OLE color: 4149184.

HSL color Cylindrical-coordinate representation of color #C04F3F: hue angle of 7.44º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04F3F is Cyan = 0, Magento = 0.59, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 79 63 -
CMYK 0 0.59 0.67 0.25
HSL 7.44º 0.51% 0.5% -
HSV(B) 7.44º 0.67% 0.75% -
XYZ 25.43 17.16 6.67 -
YUV 110.96 100.94 185.8 -
System Red Green Blue C M Y K H S L
Decimal 192 79 63 0 0.59 0.67 0.25 7.44 0.51 0.5
Hex C0 4F 3F 0 3B 43 19 7 33 32
Octal 300 117 77 0 73 103 31 7 63 62
Binary 11000000 1001111 111111 0 111011 1000011 11001 111 110011 110010

Color Harmonies of #C04F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04F3F

Black with #C04F3F

Text Example


Text Example

White with #C04F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04F3F; }

 p { color: rgb(192,79,63); }

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

background-color css

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

 a { background-color: rgb(192,79,63); }

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

border-color css

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

 span { border-color: rgb(192,79,63); }

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