Html Css Color HEX #C34436 Grenadier

📋 copy color: '#C34436'

red 195 ◦ green 68 ◦ blue 54

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

Shades of Grenadier #C34436

Tints of Grenadier #C34436

RGB

 RED value IS 195 (76.56% from 255) = 61.51%

 GREEN value IS 68 (26.95% from 255) = 21.45%

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 61.51%
G = 21.45%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C34436 (or 0xC34436) is known color: Grenadier. HEX triplet: C3, 44 and 36. RGB value is (195,68,54). Sum of RGB (Red+Green+Blue) = 195+68+54=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 68 (26.95% from 255 or 21.45% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34436 is #3CBBC9. Grayscale: #686868. Windows color (decimal): -3980234 or 3556547. OLE color: 3556547.

HSL color Cylindrical-coordinate representation of color #C34436: hue angle of 5.96º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C34436 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 68 54 -
CMYK 0 0.65 0.72 0.24
HSL 5.96º 0.57% 0.49% -
HSV(B) 5.96º 0.72% 0.76% -
XYZ 25.24 16 5.25 -
YUV 104.38 99.58 192.64 -
System Red Green Blue C M Y K H S L
Decimal 195 68 54 0 0.65 0.72 0.24 5.96 0.57 0.49
Hex C3 44 36 0 41 48 18 6 39 31
Octal 303 104 66 0 101 110 30 6 71 61
Binary 11000011 1000100 110110 0 1000001 1001000 11000 110 111001 110001

Color Harmonies of #C34436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34436

Black with #C34436

Text Example


Text Example

White with #C34436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34436; }

 p { color: rgb(195,68,54); }

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

background-color css

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

 a { background-color: rgb(195,68,54); }

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

border-color css

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

 span { border-color: rgb(195,68,54); }

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