Html Css Color HEX #C14532 Grenadier

📋 copy color: '#C14532'

red 193 ◦ green 69 ◦ blue 50

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

Shades of Grenadier #C14532

Tints of Grenadier #C14532

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.12%

 BLUE value IS 50 (19.92% from 255) = 16.03%

R = 61.86%
G = 22.12%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C14532 (or 0xC14532) is known color: Grenadier. HEX triplet: C1, 45 and 32. RGB value is (193,69,50). Sum of RGB (Red+Green+Blue) = 193+69+50=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 69 (27.34% from 255 or 22.12% from 312); Blue value is 50 (19.92% from 255 or 16.03% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C14532 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14532 is #3EBACD. Grayscale: #686868. Windows color (decimal): -4111054 or 3294657. OLE color: 3294657.

HSL color Cylindrical-coordinate representation of color #C14532: hue angle of 7.97º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C14532 is Cyan = 0, Magento = 0.64, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 69 50 -
CMYK 0 0.64 0.74 0.24
HSL 7.97º 0.59% 0.48% -
HSV(B) 7.97º 0.74% 0.76% -
XYZ 24.7 15.82 4.77 -
YUV 103.91 97.58 191.54 -
System Red Green Blue C M Y K H S L
Decimal 193 69 50 0 0.64 0.74 0.24 7.97 0.59 0.48
Hex C1 45 32 0 40 4A 18 8 3B 30
Octal 301 105 62 0 100 112 30 10 73 60
Binary 11000001 1000101 110010 0 1000000 1001010 11000 1000 111011 110000

Color Harmonies of #C14532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14532

Black with #C14532

Text Example


Text Example

White with #C14532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14532; }

 p { color: rgb(193,69,50); }

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

background-color css

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

 a { background-color: rgb(193,69,50); }

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

border-color css

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

 span { border-color: rgb(193,69,50); }

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