Html Css Color HEX #C4402B Grenadier

📋 copy color: '#C4402B'

red 196 ◦ green 64 ◦ blue 43

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

Shades of Grenadier #C4402B

Tints of Grenadier #C4402B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.19%

R = 64.69%
G = 21.12%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4402B (or 0xC4402B) is known color: Grenadier. HEX triplet: C4, 40 and 2B. RGB value is (196,64,43). Sum of RGB (Red+Green+Blue) = 196+64+43=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 43 (17.19% from 255 or 14.19% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C4402B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4402B is #3BBFD4. Grayscale: #656565. Windows color (decimal): -3915733 or 2834628. OLE color: 2834628.

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

Color convert

RGB 196 64 43 -
CMYK 0 0.67 0.78 0.23
HSL 8.24º 0.64% 0.47% -
HSV(B) 8.24º 0.78% 0.77% -
XYZ 25.03 15.58 3.97 -
YUV 101.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 196 64 43 0 0.67 0.78 0.23 8.24 0.64 0.47
Hex C4 40 2B 0 43 4E 17 8 40 2F
Octal 304 100 53 0 103 116 27 10 100 57
Binary 11000100 1000000 101011 0 1000011 1001110 10111 1000 1000000 101111

Color Harmonies of #C4402B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4402B

Black with #C4402B

Text Example


Text Example

White with #C4402B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4402B; }

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

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

background-color css

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

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

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

border-color css

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

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

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