Html Css Color HEX #C1412B Grenadier

📋 copy color: '#C1412B'

red 193 ◦ green 65 ◦ blue 43

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

Shades of Grenadier #C1412B

Tints of Grenadier #C1412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

 BLUE value IS 43 (17.19% from 255) = 14.29%

R = 64.12%
G = 21.59%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1412B (or 0xC1412B) is known color: Grenadier. HEX triplet: C1, 41 and 2B. RGB value is (193,65,43). Sum of RGB (Red+Green+Blue) = 193+65+43=301 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.12% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 43 (17.19% from 255 or 14.29% from 301); Max value from RGB is 193 - color contains mainly: red. Hex color #C1412B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1412B is #3EBED4. Grayscale: #646464. Windows color (decimal): -4112085 or 2834881. OLE color: 2834881.

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

Color convert

RGB 193 65 43 -
CMYK 0 0.66 0.78 0.24
HSL 8.8º 0.64% 0.46% -
HSV(B) 8.8º 0.78% 0.76% -
XYZ 24.32 15.29 3.96 -
YUV 100.76 95.41 193.79 -
System Red Green Blue C M Y K H S L
Decimal 193 65 43 0 0.66 0.78 0.24 8.8 0.64 0.46
Hex C1 41 2B 0 42 4E 18 9 40 2E
Octal 301 101 53 0 102 116 30 11 100 56
Binary 11000001 1000001 101011 0 1000010 1001110 11000 1001 1000000 101110

Color Harmonies of #C1412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1412B

Black with #C1412B

Text Example


Text Example

White with #C1412B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1412B; }

 p { color: rgb(193,65,43); }

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

background-color css

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

 a { background-color: rgb(193,65,43); }

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

border-color css

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

 span { border-color: rgb(193,65,43); }

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