Html Css Color HEX #C14730 Grenadier

📋 copy color: '#C14730'

red 193 ◦ green 71 ◦ blue 48

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

Shades of Grenadier #C14730

Tints of Grenadier #C14730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.38%

R = 61.86%
G = 22.76%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C14730 (or 0xC14730) is known color: Grenadier. HEX triplet: C1, 47 and 30. RGB value is (193,71,48). Sum of RGB (Red+Green+Blue) = 193+71+48=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 71 (28.12% from 255 or 22.76% from 312); Blue value is 48 (19.14% from 255 or 15.38% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C14730 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14730 is #3EB8CF. Grayscale: #696969. Windows color (decimal): -4110544 or 3164097. OLE color: 3164097.

HSL color Cylindrical-coordinate representation of color #C14730: hue angle of 9.52º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C14730 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 71 48 -
CMYK 0 0.63 0.75 0.24
HSL 9.52º 0.6% 0.47% -
HSV(B) 9.52º 0.75% 0.76% -
XYZ 24.78 16.06 4.59 -
YUV 104.86 95.92 190.87 -
System Red Green Blue C M Y K H S L
Decimal 193 71 48 0 0.63 0.75 0.24 9.52 0.6 0.47
Hex C1 47 30 0 3F 4B 18 A 3C 2F
Octal 301 107 60 0 77 113 30 12 74 57
Binary 11000001 1000111 110000 0 111111 1001011 11000 1010 111100 101111

Color Harmonies of #C14730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C14730

Black with #C14730

Text Example


Text Example

White with #C14730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C14730; }

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

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

background-color css

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

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

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

border-color css

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

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

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