Html Css Color HEX #C2432B Grenadier

📋 copy color: '#C2432B'

red 194 ◦ green 67 ◦ blue 43

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

Shades of Grenadier #C2432B

Tints of Grenadier #C2432B

RGB

 RED value IS 194 (76.17% from 255) = 63.82%

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

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

R = 63.82%
G = 22.04%
B = 14.14%

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

#C2432B (or 0xC2432B) is known color: Grenadier. HEX triplet: C2, 43 and 2B. RGB value is (194,67,43). Sum of RGB (Red+Green+Blue) = 194+67+43=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 67 (26.56% from 255 or 22.04% from 304); Blue value is 43 (17.19% from 255 or 14.14% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C2432B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2432B is #3DBCD4. Grayscale: #666666. Windows color (decimal): -4046037 or 2835394. OLE color: 2835394.

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

Color convert

RGB 194 67 43 -
CMYK 0 0.65 0.78 0.24
HSL 9.54º 0.64% 0.46% -
HSV(B) 9.54º 0.78% 0.76% -
XYZ 24.69 15.66 4.01 -
YUV 102.24 94.58 193.45 -
System Red Green Blue C M Y K H S L
Decimal 194 67 43 0 0.65 0.78 0.24 9.54 0.64 0.46
Hex C2 43 2B 0 41 4E 18 A 40 2E
Octal 302 103 53 0 101 116 30 12 100 56
Binary 11000010 1000011 101011 0 1000001 1001110 11000 1010 1000000 101110

Color Harmonies of #C2432B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2432B

Black with #C2432B

Text Example


Text Example

White with #C2432B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2432B; }

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

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

background-color css

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

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

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

border-color css

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

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

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