Html Css Color HEX #C1533B Grenadier

📋 copy color: '#C1533B'

red 193 ◦ green 83 ◦ blue 59

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

Shades of Grenadier #C1533B

Tints of Grenadier #C1533B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.78%

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

R = 57.61%
G = 24.78%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C1533B (or 0xC1533B) is known color: Grenadier. HEX triplet: C1, 53 and 3B. RGB value is (193,83,59). Sum of RGB (Red+Green+Blue) = 193+83+59=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1533B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1533B is #3EACC4. Grayscale: #717171. Windows color (decimal): -4107461 or 3888065. OLE color: 3888065.

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

Color convert

RGB 193 83 59 -
CMYK 0 0.57 0.69 0.24
HSL 10.75º 0.53% 0.49% -
HSV(B) 10.75º 0.69% 0.76% -
XYZ 25.88 17.84 6.22 -
YUV 113.15 97.44 184.95 -
System Red Green Blue C M Y K H S L
Decimal 193 83 59 0 0.57 0.69 0.24 10.75 0.53 0.49
Hex C1 53 3B 0 39 45 18 B 35 31
Octal 301 123 73 0 71 105 30 13 65 61
Binary 11000001 1010011 111011 0 111001 1000101 11000 1011 110101 110001

Color Harmonies of #C1533B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1533B

Black with #C1533B

Text Example


Text Example

White with #C1533B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1533B; }

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

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

background-color css

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

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

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

border-color css

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

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

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