Html Css Color HEX #C04831 Grenadier

📋 copy color: '#C04831'

red 192 ◦ green 72 ◦ blue 49

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

Shades of Grenadier #C04831

Tints of Grenadier #C04831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23%

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

R = 61.34%
G = 23%
B = 15.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C04831 (or 0xC04831) is known color: Grenadier. HEX triplet: C0, 48 and 31. RGB value is (192,72,49). Sum of RGB (Red+Green+Blue) = 192+72+49=313 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.34% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 192 - color contains mainly: red. Hex color #C04831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04831 is #3FB7CE. Grayscale: #696969. Windows color (decimal): -4175823 or 3229888. OLE color: 3229888.

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

Color convert

RGB 192 72 49 -
CMYK 0 0.63 0.74 0.25
HSL 9.65º 0.59% 0.47% -
HSV(B) 9.65º 0.74% 0.75% -
XYZ 24.61 16.06 4.71 -
YUV 105.26 96.26 189.87 -
System Red Green Blue C M Y K H S L
Decimal 192 72 49 0 0.63 0.74 0.25 9.65 0.59 0.47
Hex C0 48 31 0 3F 4A 19 A 3B 2F
Octal 300 110 61 0 77 112 31 12 73 57
Binary 11000000 1001000 110001 0 111111 1001010 11001 1010 111011 101111

Color Harmonies of #C04831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04831

Black with #C04831

Text Example


Text Example

White with #C04831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04831; }

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

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

background-color css

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

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

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

border-color css

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

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

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