Html Css Color HEX #C1432B Grenadier

📋 copy color: '#C1432B'

red 193 ◦ green 67 ◦ blue 43

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

Shades of Grenadier #C1432B

Tints of Grenadier #C1432B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

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

R = 63.7%
G = 22.11%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1432B (or 0xC1432B) is known color: Grenadier. HEX triplet: C1, 43 and 2B. RGB value is (193,67,43). Sum of RGB (Red+Green+Blue) = 193+67+43=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1432B is #3EBCD4. Grayscale: #666666. Windows color (decimal): -4111573 or 2835393. OLE color: 2835393.

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

Color convert

RGB 193 67 43 -
CMYK 0 0.65 0.78 0.24
HSL 9.6º 0.64% 0.46% -
HSV(B) 9.6º 0.78% 0.76% -
XYZ 24.44 15.53 3.99 -
YUV 101.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 193 67 43 0 0.65 0.78 0.24 9.6 0.64 0.46
Hex C1 43 2B 0 41 4E 18 A 40 2E
Octal 301 103 53 0 101 116 30 12 100 56
Binary 11000001 1000011 101011 0 1000001 1001110 11000 1010 1000000 101110

Color Harmonies of #C1432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1432B

Black with #C1432B

Text Example


Text Example

White with #C1432B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1432B; }

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

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

background-color css

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

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

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

border-color css

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

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

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