Html Css Color HEX #C14732 Grenadier

📋 copy color: '#C14732'

red 193 ◦ green 71 ◦ blue 50

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

Shades of Grenadier #C14732

Tints of Grenadier #C14732

RGB

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

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

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

R = 61.46%
G = 22.61%
B = 15.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C14732 (or 0xC14732) is known color: Grenadier. HEX triplet: C1, 47 and 32. RGB value is (193,71,50). Sum of RGB (Red+Green+Blue) = 193+71+50=314 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.46% from 314); Green value is 71 (28.12% from 255 or 22.61% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 193 - color contains mainly: red. Hex color #C14732 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14732 is #3EB8CD. Grayscale: #696969. Windows color (decimal): -4110542 or 3295169. OLE color: 3295169.

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

Color convert

RGB 193 71 50 -
CMYK 0 0.63 0.74 0.24
HSL 8.81º 0.59% 0.48% -
HSV(B) 8.81º 0.74% 0.76% -
XYZ 24.82 16.07 4.81 -
YUV 105.08 96.92 190.71 -
System Red Green Blue C M Y K H S L
Decimal 193 71 50 0 0.63 0.74 0.24 8.81 0.59 0.48
Hex C1 47 32 0 3F 4A 18 9 3B 30
Octal 301 107 62 0 77 112 30 11 73 60
Binary 11000001 1000111 110010 0 111111 1001010 11000 1001 111011 110000

Color Harmonies of #C14732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14732

Black with #C14732

Text Example


Text Example

White with #C14732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14732; }

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

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

background-color css

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

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

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

border-color css

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

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

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