Html Css Color HEX #C04532 Grenadier

📋 copy color: '#C04532'

red 192 ◦ green 69 ◦ blue 50

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

Shades of Grenadier #C04532

Tints of Grenadier #C04532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.19%

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

R = 61.74%
G = 22.19%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#C04532 (or 0xC04532) is known color: Grenadier. HEX triplet: C0, 45 and 32. RGB value is (192,69,50). Sum of RGB (Red+Green+Blue) = 192+69+50=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C04532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04532 is #3FBACD. Grayscale: #676767. Windows color (decimal): -4176590 or 3294656. OLE color: 3294656.

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

Color convert

RGB 192 69 50 -
CMYK 0 0.64 0.74 0.25
HSL 8.03º 0.59% 0.47% -
HSV(B) 8.03º 0.74% 0.75% -
XYZ 24.44 15.69 4.76 -
YUV 103.61 97.75 191.04 -
System Red Green Blue C M Y K H S L
Decimal 192 69 50 0 0.64 0.74 0.25 8.03 0.59 0.47
Hex C0 45 32 0 40 4A 19 8 3B 2F
Octal 300 105 62 0 100 112 31 10 73 57
Binary 11000000 1000101 110010 0 1000000 1001010 11001 1000 111011 101111

Color Harmonies of #C04532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04532

Black with #C04532

Text Example


Text Example

White with #C04532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04532; }

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

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

background-color css

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

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

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

border-color css

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

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

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