Html Css Color HEX #C04535 Grenadier

📋 copy color: '#C04535'

red 192 ◦ green 69 ◦ blue 53

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

Shades of Grenadier #C04535

Tints of Grenadier #C04535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.97%

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

R = 61.15%
G = 21.97%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#C04535 (or 0xC04535) is known color: Grenadier. HEX triplet: C0, 45 and 35. RGB value is (192,69,53). Sum of RGB (Red+Green+Blue) = 192+69+53=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 53 (21.09% from 255 or 16.88% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C04535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04535 is #3FBACA. Grayscale: #686868. Windows color (decimal): -4176587 or 3491264. OLE color: 3491264.

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

Color convert

RGB 192 69 53 -
CMYK 0 0.64 0.72 0.25
HSL 6.91º 0.57% 0.48% -
HSV(B) 6.91º 0.72% 0.75% -
XYZ 24.51 15.72 5.11 -
YUV 103.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 192 69 53 0 0.64 0.72 0.25 6.91 0.57 0.48
Hex C0 45 35 0 40 48 19 7 39 30
Octal 300 105 65 0 100 110 31 7 71 60
Binary 11000000 1000101 110101 0 1000000 1001000 11001 111 111001 110000

Color Harmonies of #C04535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04535

Black with #C04535

Text Example


Text Example

White with #C04535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04535; }

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

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

background-color css

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

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

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

border-color css

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

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

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