Html Css Color HEX #C1473B Grenadier

📋 copy color: '#C1473B'

red 193 ◦ green 71 ◦ blue 59

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

Shades of Grenadier #C1473B

Tints of Grenadier #C1473B

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.98%

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

R = 59.75%
G = 21.98%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1473B (or 0xC1473B) is known color: Grenadier. HEX triplet: C1, 47 and 3B. RGB value is (193,71,59). Sum of RGB (Red+Green+Blue) = 193+71+59=323 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.75% from 323); Green value is 71 (28.12% from 255 or 21.98% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 193 - color contains mainly: red. Hex color #C1473B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1473B is #3EB8C4. Grayscale: #6A6A6A. Windows color (decimal): -4110533 or 3884993. OLE color: 3884993.

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

Color convert

RGB 193 71 59 -
CMYK 0 0.63 0.69 0.24
HSL 5.37º 0.53% 0.49% -
HSV(B) 5.37º 0.69% 0.76% -
XYZ 25.03 16.16 5.94 -
YUV 106.11 101.42 189.98 -
System Red Green Blue C M Y K H S L
Decimal 193 71 59 0 0.63 0.69 0.24 5.37 0.53 0.49
Hex C1 47 3B 0 3F 45 18 5 35 31
Octal 301 107 73 0 77 105 30 5 65 61
Binary 11000001 1000111 111011 0 111111 1000101 11000 101 110101 110001

Color Harmonies of #C1473B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1473B

Black with #C1473B

Text Example


Text Example

White with #C1473B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1473B; }

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

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

background-color css

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

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

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

border-color css

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

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

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