Html Css Color HEX #C1472E Grenadier

📋 copy color: '#C1472E'

red 193 ◦ green 71 ◦ blue 46

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

Shades of Grenadier #C1472E

Tints of Grenadier #C1472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.84%

R = 62.26%
G = 22.9%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C1472E (or 0xC1472E) is known color: Grenadier. HEX triplet: C1, 47 and 2E. RGB value is (193,71,46). Sum of RGB (Red+Green+Blue) = 193+71+46=310 (41% of max value = 765). Red value is 193 (75.78% from 255 or 62.26% from 310); Green value is 71 (28.12% from 255 or 22.90% from 310); Blue value is 46 (18.36% from 255 or 14.84% from 310); Max value from RGB is 193 - color contains mainly: red. Hex color #C1472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1472E is #3EB8D1. Grayscale: #686868. Windows color (decimal): -4110546 or 3033025. OLE color: 3033025.

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

Color convert

RGB 193 71 46 -
CMYK 0 0.63 0.76 0.24
HSL 10.2º 0.62% 0.47% -
HSV(B) 10.2º 0.76% 0.76% -
XYZ 24.74 16.04 4.38 -
YUV 104.63 94.92 191.03 -
System Red Green Blue C M Y K H S L
Decimal 193 71 46 0 0.63 0.76 0.24 10.2 0.62 0.47
Hex C1 47 2E 0 3F 4C 18 A 3E 2F
Octal 301 107 56 0 77 114 30 12 76 57
Binary 11000001 1000111 101110 0 111111 1001100 11000 1010 111110 101111

Color Harmonies of #C1472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1472E

Black with #C1472E

Text Example


Text Example

White with #C1472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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