Html Css Color HEX #C04033 Grenadier

📋 copy color: '#C04033'

red 192 ◦ green 64 ◦ blue 51

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

Shades of Grenadier #C04033

Tints of Grenadier #C04033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.61%

R = 62.54%
G = 20.85%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#C04033 (or 0xC04033) is known color: Grenadier. HEX triplet: C0, 40 and 33. RGB value is (192,64,51). Sum of RGB (Red+Green+Blue) = 192+64+51=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C04033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04033 is #3FBFCC. Grayscale: #646464. Windows color (decimal): -4177869 or 3358912. OLE color: 3358912.

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

Color convert

RGB 192 64 51 -
CMYK 0 0.67 0.73 0.25
HSL 5.53º 0.58% 0.48% -
HSV(B) 5.53º 0.73% 0.75% -
XYZ 24.17 15.11 4.78 -
YUV 100.79 99.91 193.06 -
System Red Green Blue C M Y K H S L
Decimal 192 64 51 0 0.67 0.73 0.25 5.53 0.58 0.48
Hex C0 40 33 0 43 49 19 6 3A 30
Octal 300 100 63 0 103 111 31 6 72 60
Binary 11000000 1000000 110011 0 1000011 1001001 11001 110 111010 110000

Color Harmonies of #C04033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04033

Black with #C04033

Text Example


Text Example

White with #C04033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04033; }

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

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

background-color css

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

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

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

border-color css

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

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

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