Html Css Color HEX #C34736 Grenadier

📋 copy color: '#C34736'

red 195 ◦ green 71 ◦ blue 54

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

Shades of Grenadier #C34736

Tints of Grenadier #C34736

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.19%

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

R = 60.94%
G = 22.19%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.24

RGB Variations

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

Color information

#C34736 (or 0xC34736) is known color: Grenadier. HEX triplet: C3, 47 and 36. RGB value is (195,71,54). Sum of RGB (Red+Green+Blue) = 195+71+54=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 54 (21.48% from 255 or 16.88% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C34736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34736 is #3CB8C9. Grayscale: #6A6A6A. Windows color (decimal): -3979466 or 3557315. OLE color: 3557315.

HSL color Cylindrical-coordinate representation of color #C34736: hue angle of 7.23º 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 #C34736 is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 71 54 -
CMYK 0 0.64 0.72 0.24
HSL 7.23º 0.57% 0.49% -
HSV(B) 7.23º 0.72% 0.76% -
XYZ 25.42 16.37 5.31 -
YUV 106.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 195 71 54 0 0.64 0.72 0.24 7.23 0.57 0.49
Hex C3 47 36 0 40 48 18 7 39 31
Octal 303 107 66 0 100 110 30 7 71 61
Binary 11000011 1000111 110110 0 1000000 1001000 11000 111 111001 110001

Color Harmonies of #C34736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34736

Black with #C34736

Text Example


Text Example

White with #C34736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34736; }

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

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

background-color css

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

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

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

border-color css

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

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

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