Html Css Color HEX #C4423A Grenadier

📋 copy color: '#C4423A'

red 196 ◦ green 66 ◦ blue 58

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

Shades of Grenadier #C4423A

Tints of Grenadier #C4423A

RGB

 RED value IS 196 (76.95% from 255) = 61.25%

 GREEN value IS 66 (26.17% from 255) = 20.63%

 BLUE value IS 58 (23.05% from 255) = 18.13%

R = 61.25%
G = 20.63%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4423A (or 0xC4423A) is known color: Grenadier. HEX triplet: C4, 42 and 3A. RGB value is (196,66,58). Sum of RGB (Red+Green+Blue) = 196+66+58=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4423A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4423A is #3BBDC5. Grayscale: #686868. Windows color (decimal): -3915206 or 3818180. OLE color: 3818180.

HSL color Cylindrical-coordinate representation of color #C4423A: hue angle of 3.48º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C4423A is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 58 -
CMYK 0 0.66 0.70 0.23
HSL 3.48º 0.54% 0.5% -
HSV(B) 3.48º 0.7% 0.77% -
XYZ 25.48 15.94 5.74 -
YUV 103.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 196 66 58 0 0.66 0.70 0.23 3.48 0.54 0.5
Hex C4 42 3A 0 42 46 17 3 36 32
Octal 304 102 72 0 102 106 27 3 66 62
Binary 11000100 1000010 111010 0 1000010 1000110 10111 11 110110 110010

Color Harmonies of #C4423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4423A

Black with #C4423A

Text Example


Text Example

White with #C4423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4423A; }

 p { color: rgb(196,66,58); }

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

background-color css

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

 a { background-color: rgb(196,66,58); }

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

border-color css

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

 span { border-color: rgb(196,66,58); }

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