Html Css Color HEX #C44034 Grenadier

📋 copy color: '#C44034'

red 196 ◦ green 64 ◦ blue 52

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

Shades of Grenadier #C44034

Tints of Grenadier #C44034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.67%

R = 62.82%
G = 20.51%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#C44034 (or 0xC44034) is known color: Grenadier. HEX triplet: C4, 40 and 34. RGB value is (196,64,52). Sum of RGB (Red+Green+Blue) = 196+64+52=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 52 (20.70% from 255 or 16.67% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C44034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C44034 is #3BBFCB. Grayscale: #666666. Windows color (decimal): -3915724 or 3424452. OLE color: 3424452.

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

Color convert

RGB 196 64 52 -
CMYK 0 0.67 0.73 0.23
HSL 0.58% 0.49% -
HSV(B) 0.73% 0.77% -
XYZ 25.22 15.65 4.94 -
YUV 102.1 99.73 194.98 -
System Red Green Blue C M Y K H S L
Decimal 196 64 52 0 0.67 0.73 0.23 5 0.58 0.49
Hex C4 40 34 0 43 49 17 5 3A 31
Octal 304 100 64 0 103 111 27 5 72 61
Binary 11000100 1000000 110100 0 1000011 1001001 10111 101 111010 110001

Color Harmonies of #C44034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C44034

Black with #C44034

Text Example


Text Example

White with #C44034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C44034; }

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

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

background-color css

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

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

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

border-color css

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

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

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