Html Css Color HEX #C04231 Grenadier

📋 copy color: '#C04231'

red 192 ◦ green 66 ◦ blue 49

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

Shades of Grenadier #C04231

Tints of Grenadier #C04231

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.5%

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

R = 62.54%
G = 21.5%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C04231 (or 0xC04231) is known color: Grenadier. HEX triplet: C0, 42 and 31. RGB value is (192,66,49). Sum of RGB (Red+Green+Blue) = 192+66+49=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 49 (19.53% from 255 or 15.96% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C04231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04231 is #3FBDCE. Grayscale: #656565. Windows color (decimal): -4177359 or 3228352. OLE color: 3228352.

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

Color convert

RGB 192 66 49 -
CMYK 0 0.66 0.74 0.25
HSL 7.13º 0.59% 0.47% -
HSV(B) 7.13º 0.74% 0.75% -
XYZ 24.24 15.32 4.59 -
YUV 101.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 192 66 49 0 0.66 0.74 0.25 7.13 0.59 0.47
Hex C0 42 31 0 42 4A 19 7 3B 2F
Octal 300 102 61 0 102 112 31 7 73 57
Binary 11000000 1000010 110001 0 1000010 1001010 11001 111 111011 101111

Color Harmonies of #C04231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04231

Black with #C04231

Text Example


Text Example

White with #C04231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04231; }

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

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

background-color css

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

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

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

border-color css

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

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

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