Html Css Color HEX #C1543B Grenadier

📋 copy color: '#C1543B'

red 193 ◦ green 84 ◦ blue 59

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

Shades of Grenadier #C1543B

Tints of Grenadier #C1543B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.56%

R = 57.44%
G = 25%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1543B (or 0xC1543B) is known color: Grenadier. HEX triplet: C1, 54 and 3B. RGB value is (193,84,59). Sum of RGB (Red+Green+Blue) = 193+84+59=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 59 (23.44% from 255 or 17.56% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1543B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1543B is #3EABC4. Grayscale: #717171. Windows color (decimal): -4107205 or 3888321. OLE color: 3888321.

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

Color convert

RGB 193 84 59 -
CMYK 0 0.56 0.69 0.24
HSL 11.19º 0.53% 0.49% -
HSV(B) 11.19º 0.69% 0.76% -
XYZ 25.95 17.99 6.24 -
YUV 113.74 97.11 184.53 -
System Red Green Blue C M Y K H S L
Decimal 193 84 59 0 0.56 0.69 0.24 11.19 0.53 0.49
Hex C1 54 3B 0 38 45 18 B 35 31
Octal 301 124 73 0 70 105 30 13 65 61
Binary 11000001 1010100 111011 0 111000 1000101 11000 1011 110101 110001

Color Harmonies of #C1543B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1543B

Black with #C1543B

Text Example


Text Example

White with #C1543B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1543B; }

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

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

background-color css

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

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

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

border-color css

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

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

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