Html Css Color HEX #C4402E Grenadier

📋 copy color: '#C4402E'

red 196 ◦ green 64 ◦ blue 46

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

Shades of Grenadier #C4402E

Tints of Grenadier #C4402E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.92%

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 64.05%
G = 20.92%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4402E (or 0xC4402E) is known color: Grenadier. HEX triplet: C4, 40 and 2E. RGB value is (196,64,46). Sum of RGB (Red+Green+Blue) = 196+64+46=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C4402E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4402E is #3BBFD1. Grayscale: #656565. Windows color (decimal): -3915730 or 3031236. OLE color: 3031236.

HSL color Cylindrical-coordinate representation of color #C4402E: hue angle of 7.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4402E is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 46 -
CMYK 0 0.67 0.77 0.23
HSL 7.2º 0.62% 0.47% -
HSV(B) 7.2º 0.77% 0.77% -
XYZ 25.09 15.6 4.27 -
YUV 101.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 196 64 46 0 0.67 0.77 0.23 7.2 0.62 0.47
Hex C4 40 2E 0 43 4D 17 7 3E 2F
Octal 304 100 56 0 103 115 27 7 76 57
Binary 11000100 1000000 101110 0 1000011 1001101 10111 111 111110 101111

Color Harmonies of #C4402E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4402E

Black with #C4402E

Text Example


Text Example

White with #C4402E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4402E; }

 p { color: rgb(196,64,46); }

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

background-color css

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

 a { background-color: rgb(196,64,46); }

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

border-color css

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

 span { border-color: rgb(196,64,46); }

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