Html Css Color HEX #C1463E Grenadier

📋 copy color: '#C1463E'

red 193 ◦ green 70 ◦ blue 62

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

Shades of Grenadier #C1463E

Tints of Grenadier #C1463E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

 BLUE value IS 62 (24.61% from 255) = 19.08%

R = 59.38%
G = 21.54%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#C1463E (or 0xC1463E) is known color: Grenadier. HEX triplet: C1, 46 and 3E. RGB value is (193,70,62). Sum of RGB (Red+Green+Blue) = 193+70+62=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 62 (24.61% from 255 or 19.08% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C1463E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1463E is #3EB9C1. Grayscale: #6A6A6A. Windows color (decimal): -4110786 or 4081345. OLE color: 4081345.

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

Color convert

RGB 193 70 62 -
CMYK 0 0.64 0.68 0.24
HSL 3.66º 0.51% 0.5% -
HSV(B) 3.66º 0.68% 0.76% -
XYZ 25.05 16.07 6.34 -
YUV 105.87 103.25 190.15 -
System Red Green Blue C M Y K H S L
Decimal 193 70 62 0 0.64 0.68 0.24 3.66 0.51 0.5
Hex C1 46 3E 0 40 44 18 4 33 32
Octal 301 106 76 0 100 104 30 4 63 62
Binary 11000001 1000110 111110 0 1000000 1000100 11000 100 110011 110010

Color Harmonies of #C1463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1463E

Black with #C1463E

Text Example


Text Example

White with #C1463E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1463E; }

 p { color: rgb(193,70,62); }

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

background-color css

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

 a { background-color: rgb(193,70,62); }

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

border-color css

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

 span { border-color: rgb(193,70,62); }

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