Html Css Color HEX #C04032 Grenadier

📋 copy color: '#C04032'

red 192 ◦ green 64 ◦ blue 50

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

Shades of Grenadier #C04032

Tints of Grenadier #C04032

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 50 (19.92% from 255) = 16.34%

R = 62.75%
G = 20.92%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C04032 (or 0xC04032) is known color: Grenadier. HEX triplet: C0, 40 and 32. RGB value is (192,64,50). Sum of RGB (Red+Green+Blue) = 192+64+50=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 50 (19.92% from 255 or 16.34% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C04032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04032 is #3FBFCD. Grayscale: #646464. Windows color (decimal): -4177870 or 3293376. OLE color: 3293376.

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

Color convert

RGB 192 64 50 -
CMYK 0 0.67 0.74 0.25
HSL 5.92º 0.59% 0.47% -
HSV(B) 5.92º 0.74% 0.75% -
XYZ 24.15 15.1 4.66 -
YUV 100.68 99.41 193.14 -
System Red Green Blue C M Y K H S L
Decimal 192 64 50 0 0.67 0.74 0.25 5.92 0.59 0.47
Hex C0 40 32 0 43 4A 19 6 3B 2F
Octal 300 100 62 0 103 112 31 6 73 57
Binary 11000000 1000000 110010 0 1000011 1001010 11001 110 111011 101111

Color Harmonies of #C04032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04032

Black with #C04032

Text Example


Text Example

White with #C04032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04032; }

 p { color: rgb(192,64,50); }

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

background-color css

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

 a { background-color: rgb(192,64,50); }

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

border-color css

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

 span { border-color: rgb(192,64,50); }

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