Html Css Color HEX #C4483F Grenadier

📋 copy color: '#C4483F'

red 196 ◦ green 72 ◦ blue 63

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

Shades of Grenadier #C4483F

Tints of Grenadier #C4483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.75%

 BLUE value IS 63 (25% from 255) = 19.03%

R = 59.21%
G = 21.75%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C4483F (or 0xC4483F) is known color: Grenadier. HEX triplet: C4, 48 and 3F. RGB value is (196,72,63). Sum of RGB (Red+Green+Blue) = 196+72+63=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 72 (28.52% from 255 or 21.75% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C4483F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4483F is #3BB7C0. Grayscale: #6C6C6C. Windows color (decimal): -3913665 or 4147396. OLE color: 4147396.

HSL color Cylindrical-coordinate representation of color #C4483F: hue angle of 4.06º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C4483F is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 72 63 -
CMYK 0 0.63 0.68 0.23
HSL 4.06º 0.53% 0.51% -
HSV(B) 4.06º 0.68% 0.77% -
XYZ 25.98 16.73 6.56 -
YUV 108.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 196 72 63 0 0.63 0.68 0.23 4.06 0.53 0.51
Hex C4 48 3F 0 3F 44 17 4 35 33
Octal 304 110 77 0 77 104 27 4 65 63
Binary 11000100 1001000 111111 0 111111 1000100 10111 100 110101 110011

Color Harmonies of #C4483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4483F

Black with #C4483F

Text Example


Text Example

White with #C4483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4483F; }

 p { color: rgb(196,72,63); }

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

background-color css

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

 a { background-color: rgb(196,72,63); }

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

border-color css

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

 span { border-color: rgb(196,72,63); }

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