Html Css Color HEX #C1543A Grenadier

📋 copy color: '#C1543A'

red 193 ◦ green 84 ◦ blue 58

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

Shades of Grenadier #C1543A

Tints of Grenadier #C1543A

RGB

 RED value IS 193 (75.78% from 255) = 57.61%

 GREEN value IS 84 (33.2% from 255) = 25.07%

 BLUE value IS 58 (23.05% from 255) = 17.31%

R = 57.61%
G = 25.07%
B = 17.31%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C1543A (or 0xC1543A) is known color: Grenadier. HEX triplet: C1, 54 and 3A. RGB value is (193,84,58). Sum of RGB (Red+Green+Blue) = 193+84+58=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 84 (33.20% from 255 or 25.07% from 335); Blue value is 58 (23.05% from 255 or 17.31% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1543A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1543A is #3EABC5. Grayscale: #717171. Windows color (decimal): -4107206 or 3822785. OLE color: 3822785.

HSL color Cylindrical-coordinate representation of color #C1543A: hue angle of 11.56º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C1543A is Cyan = 0, Magento = 0.56, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 84 58 -
CMYK 0 0.56 0.70 0.24
HSL 11.56º 0.54% 0.49% -
HSV(B) 11.56º 0.7% 0.76% -
XYZ 25.93 17.98 6.11 -
YUV 113.63 96.61 184.61 -
System Red Green Blue C M Y K H S L
Decimal 193 84 58 0 0.56 0.70 0.24 11.56 0.54 0.49
Hex C1 54 3A 0 38 46 18 C 36 31
Octal 301 124 72 0 70 106 30 14 66 61
Binary 11000001 1010100 111010 0 111000 1000110 11000 1100 110110 110001

Color Harmonies of #C1543A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1543A

Black with #C1543A

Text Example


Text Example

White with #C1543A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1543A; }

 p { color: rgb(193,84,58); }

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

background-color css

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

 a { background-color: rgb(193,84,58); }

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

border-color css

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

 span { border-color: rgb(193,84,58); }

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