Html Css Color HEX #C4423B Grenadier

📋 copy color: '#C4423B'

red 196 ◦ green 66 ◦ blue 59

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

Shades of Grenadier #C4423B

Tints of Grenadier #C4423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 61.06%
G = 20.56%
B = 18.38%

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

#C4423B (or 0xC4423B) is known color: Grenadier. HEX triplet: C4, 42 and 3B. RGB value is (196,66,59). Sum of RGB (Red+Green+Blue) = 196+66+59=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 66 (26.17% from 255 or 20.56% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C4423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4423B is #3BBDC4. Grayscale: #686868. Windows color (decimal): -3915205 or 3883716. OLE color: 3883716.

HSL color Cylindrical-coordinate representation of color #C4423B: hue angle of 3.07º 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 #C4423B is Cyan = 0, Magento = 0.66, Yellow = 0.70 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 66 59 -
CMYK 0 0.66 0.70 0.23
HSL 3.07º 0.54% 0.5% -
HSV(B) 3.07º 0.7% 0.77% -
XYZ 25.5 15.95 5.87 -
YUV 104.07 102.57 193.57 -
System Red Green Blue C M Y K H S L
Decimal 196 66 59 0 0.66 0.70 0.23 3.07 0.54 0.5
Hex C4 42 3B 0 42 46 17 3 36 32
Octal 304 102 73 0 102 106 27 3 66 62
Binary 11000100 1000010 111011 0 1000010 1000110 10111 11 110110 110010

Color Harmonies of #C4423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4423B

Black with #C4423B

Text Example


Text Example

White with #C4423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4423B; }

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

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

background-color css

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

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

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

border-color css

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

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

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