Html Css Color HEX #C04232 Grenadier

📋 copy color: '#C04232'

red 192 ◦ green 66 ◦ blue 50

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

Shades of Grenadier #C04232

Tints of Grenadier #C04232

RGB

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

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

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

R = 62.34%
G = 21.43%
B = 16.23%

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

#C04232 (or 0xC04232) is known color: Grenadier. HEX triplet: C0, 42 and 32. RGB value is (192,66,50). Sum of RGB (Red+Green+Blue) = 192+66+50=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C04232 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04232 is #3FBDCD. Grayscale: #666666. Windows color (decimal): -4177358 or 3293888. OLE color: 3293888.

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

Color convert

RGB 192 66 50 -
CMYK 0 0.66 0.74 0.25
HSL 6.76º 0.59% 0.47% -
HSV(B) 6.76º 0.74% 0.75% -
XYZ 24.26 15.33 4.7 -
YUV 101.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 192 66 50 0 0.66 0.74 0.25 6.76 0.59 0.47
Hex C0 42 32 0 42 4A 19 7 3B 2F
Octal 300 102 62 0 102 112 31 7 73 57
Binary 11000000 1000010 110010 0 1000010 1001010 11001 111 111011 101111

Color Harmonies of #C04232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04232

Black with #C04232

Text Example


Text Example

White with #C04232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04232; }

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

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

background-color css

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

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

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

border-color css

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

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

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