Html Css Color HEX #C4463B Grenadier

📋 copy color: '#C4463B'

red 196 ◦ green 70 ◦ blue 59

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

Shades of Grenadier #C4463B

Tints of Grenadier #C4463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.54%

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

R = 60.31%
G = 21.54%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.23

RGB Variations

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

Color information

#C4463B (or 0xC4463B) is known color: Grenadier. HEX triplet: C4, 46 and 3B. RGB value is (196,70,59). Sum of RGB (Red+Green+Blue) = 196+70+59=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 59 (23.44% from 255 or 18.15% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C4463B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4463B is #3BB9C4. Grayscale: #6A6A6A. Windows color (decimal): -3914181 or 3884740. OLE color: 3884740.

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

Color convert

RGB 196 70 59 -
CMYK 0 0.64 0.70 0.23
HSL 4.82º 0.54% 0.5% -
HSV(B) 4.82º 0.7% 0.77% -
XYZ 25.74 16.43 5.95 -
YUV 106.42 101.24 191.89 -
System Red Green Blue C M Y K H S L
Decimal 196 70 59 0 0.64 0.70 0.23 4.82 0.54 0.5
Hex C4 46 3B 0 40 46 17 5 36 32
Octal 304 106 73 0 100 106 27 5 66 62
Binary 11000100 1000110 111011 0 1000000 1000110 10111 101 110110 110010

Color Harmonies of #C4463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4463B

Black with #C4463B

Text Example


Text Example

White with #C4463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4463B; }

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

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

background-color css

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

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

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

border-color css

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

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

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