Html Css Color HEX #C1553B Grenadier

📋 copy color: '#C1553B'

red 193 ◦ green 85 ◦ blue 59

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

Shades of Grenadier #C1553B

Tints of Grenadier #C1553B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

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

R = 57.27%
G = 25.22%
B = 17.51%

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

#C1553B (or 0xC1553B) is known color: Grenadier. HEX triplet: C1, 55 and 3B. RGB value is (193,85,59). Sum of RGB (Red+Green+Blue) = 193+85+59=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 59 (23.44% from 255 or 17.51% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1553B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1553B is #3EAAC4. Grayscale: #727272. Windows color (decimal): -4106949 or 3888577. OLE color: 3888577.

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

Color convert

RGB 193 85 59 -
CMYK 0 0.56 0.69 0.24
HSL 11.64º 0.53% 0.49% -
HSV(B) 11.64º 0.69% 0.76% -
XYZ 26.03 18.15 6.27 -
YUV 114.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 193 85 59 0 0.56 0.69 0.24 11.64 0.53 0.49
Hex C1 55 3B 0 38 45 18 C 35 31
Octal 301 125 73 0 70 105 30 14 65 61
Binary 11000001 1010101 111011 0 111000 1000101 11000 1100 110101 110001

Color Harmonies of #C1553B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1553B

Black with #C1553B

Text Example


Text Example

White with #C1553B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1553B; }

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

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

background-color css

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

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

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

border-color css

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

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

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