Html Css Color HEX #C04431 Grenadier

📋 copy color: '#C04431'

red 192 ◦ green 68 ◦ blue 49

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

Shades of Grenadier #C04431

Tints of Grenadier #C04431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

 BLUE value IS 49 (19.53% from 255) = 15.86%

R = 62.14%
G = 22.01%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C04431 (or 0xC04431) is known color: Grenadier. HEX triplet: C0, 44 and 31. RGB value is (192,68,49). Sum of RGB (Red+Green+Blue) = 192+68+49=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C04431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04431 is #3FBBCE. Grayscale: #676767. Windows color (decimal): -4176847 or 3228864. OLE color: 3228864.

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

Color convert

RGB 192 68 49 -
CMYK 0 0.65 0.74 0.25
HSL 7.97º 0.59% 0.47% -
HSV(B) 7.97º 0.74% 0.75% -
XYZ 24.36 15.56 4.63 -
YUV 102.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 192 68 49 0 0.65 0.74 0.25 7.97 0.59 0.47
Hex C0 44 31 0 41 4A 19 8 3B 2F
Octal 300 104 61 0 101 112 31 10 73 57
Binary 11000000 1000100 110001 0 1000001 1001010 11001 1000 111011 101111

Color Harmonies of #C04431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04431

Black with #C04431

Text Example


Text Example

White with #C04431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04431; }

 p { color: rgb(192,68,49); }

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

background-color css

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

 a { background-color: rgb(192,68,49); }

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

border-color css

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

 span { border-color: rgb(192,68,49); }

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