Html Css Color HEX #C04935 Grenadier

📋 copy color: '#C04935'

red 192 ◦ green 73 ◦ blue 53

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

Shades of Grenadier #C04935

Tints of Grenadier #C04935

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.96%

 BLUE value IS 53 (21.09% from 255) = 16.67%

R = 60.38%
G = 22.96%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C04935 (or 0xC04935) is known color: Grenadier. HEX triplet: C0, 49 and 35. RGB value is (192,73,53). Sum of RGB (Red+Green+Blue) = 192+73+53=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 73 (28.91% from 255 or 22.96% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C04935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04935 is #3FB6CA. Grayscale: #6A6A6A. Windows color (decimal): -4175563 or 3492288. OLE color: 3492288.

HSL color Cylindrical-coordinate representation of color #C04935: hue angle of 8.63º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C04935 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 73 53 -
CMYK 0 0.62 0.72 0.25
HSL 8.63º 0.57% 0.48% -
HSV(B) 8.63º 0.72% 0.75% -
XYZ 24.76 16.23 5.2 -
YUV 106.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 192 73 53 0 0.62 0.72 0.25 8.63 0.57 0.48
Hex C0 49 35 0 3E 48 19 9 39 30
Octal 300 111 65 0 76 110 31 11 71 60
Binary 11000000 1001001 110101 0 111110 1001000 11001 1001 111001 110000

Color Harmonies of #C04935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04935

Black with #C04935

Text Example


Text Example

White with #C04935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04935; }

 p { color: rgb(192,73,53); }

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

background-color css

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

 a { background-color: rgb(192,73,53); }

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

border-color css

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

 span { border-color: rgb(192,73,53); }

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