Html Css Color HEX #C04730 Grenadier

📋 copy color: '#C04730'

red 192 ◦ green 71 ◦ blue 48

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

Shades of Grenadier #C04730

Tints of Grenadier #C04730

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.83%

 BLUE value IS 48 (19.14% from 255) = 15.43%

R = 61.74%
G = 22.83%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.25

RGB Variations

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

Color information

#C04730 (or 0xC04730) is known color: Grenadier. HEX triplet: C0, 47 and 30. RGB value is (192,71,48). Sum of RGB (Red+Green+Blue) = 192+71+48=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C04730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04730 is #3FB8CF. Grayscale: #686868. Windows color (decimal): -4176080 or 3164096. OLE color: 3164096.

HSL color Cylindrical-coordinate representation of color #C04730: hue angle of 9.58º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C04730 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 71 48 -
CMYK 0 0.63 0.75 0.25
HSL 9.58º 0.6% 0.47% -
HSV(B) 9.58º 0.75% 0.75% -
XYZ 24.52 15.93 4.58 -
YUV 104.56 96.09 190.37 -
System Red Green Blue C M Y K H S L
Decimal 192 71 48 0 0.63 0.75 0.25 9.58 0.6 0.47
Hex C0 47 30 0 3F 4B 19 A 3C 2F
Octal 300 107 60 0 77 113 31 12 74 57
Binary 11000000 1000111 110000 0 111111 1001011 11001 1010 111100 101111

Color Harmonies of #C04730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04730

Black with #C04730

Text Example


Text Example

White with #C04730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04730; }

 p { color: rgb(192,71,48); }

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

background-color css

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

 a { background-color: rgb(192,71,48); }

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

border-color css

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

 span { border-color: rgb(192,71,48); }

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