Html Css Color HEX #C04432 Grenadier

📋 copy color: '#C04432'

red 192 ◦ green 68 ◦ blue 50

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

Shades of Grenadier #C04432

Tints of Grenadier #C04432

RGB

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

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

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

R = 61.94%
G = 21.94%
B = 16.13%

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

#C04432 (or 0xC04432) is known color: Grenadier. HEX triplet: C0, 44 and 32. RGB value is (192,68,50). Sum of RGB (Red+Green+Blue) = 192+68+50=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 50 (19.92% from 255 or 16.13% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C04432 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04432 is #3FBBCD. Grayscale: #676767. Windows color (decimal): -4176846 or 3294400. OLE color: 3294400.

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

Color convert

RGB 192 68 50 -
CMYK 0 0.65 0.74 0.25
HSL 7.61º 0.59% 0.47% -
HSV(B) 7.61º 0.74% 0.75% -
XYZ 24.38 15.57 4.74 -
YUV 103.02 98.08 191.46 -
System Red Green Blue C M Y K H S L
Decimal 192 68 50 0 0.65 0.74 0.25 7.61 0.59 0.47
Hex C0 44 32 0 41 4A 19 8 3B 2F
Octal 300 104 62 0 101 112 31 10 73 57
Binary 11000000 1000100 110010 0 1000001 1001010 11001 1000 111011 101111

Color Harmonies of #C04432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04432

Black with #C04432

Text Example


Text Example

White with #C04432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04432; }

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

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

background-color css

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

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

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

border-color css

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

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

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