Html Css Color HEX #C1493B Grenadier

📋 copy color: '#C1493B'

red 193 ◦ green 73 ◦ blue 59

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

Shades of Grenadier #C1493B

Tints of Grenadier #C1493B

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.46%

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

R = 59.38%
G = 22.46%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1493B (or 0xC1493B) is known color: Grenadier. HEX triplet: C1, 49 and 3B. RGB value is (193,73,59). Sum of RGB (Red+Green+Blue) = 193+73+59=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1493B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1493B is #3EB6C4. Grayscale: #6B6B6B. Windows color (decimal): -4110021 or 3885505. OLE color: 3885505.

HSL color Cylindrical-coordinate representation of color #C1493B: hue angle of 6.27º 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 #C1493B is Cyan = 0, Magento = 0.62, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 73 59 -
CMYK 0 0.62 0.69 0.24
HSL 6.27º 0.53% 0.49% -
HSV(B) 6.27º 0.69% 0.76% -
XYZ 25.16 16.42 5.98 -
YUV 107.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 193 73 59 0 0.62 0.69 0.24 6.27 0.53 0.49
Hex C1 49 3B 0 3E 45 18 6 35 31
Octal 301 111 73 0 76 105 30 6 65 61
Binary 11000001 1001001 111011 0 111110 1000101 11000 110 110101 110001

Color Harmonies of #C1493B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1493B

Black with #C1493B

Text Example


Text Example

White with #C1493B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1493B; }

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

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

background-color css

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

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

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

border-color css

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

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

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