Html Css Color HEX #C34D3A Grenadier

📋 copy color: '#C34D3A'

red 195 ◦ green 77 ◦ blue 58

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

Shades of Grenadier #C34D3A

Tints of Grenadier #C34D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 58 (23.05% from 255) = 17.58%

R = 59.09%
G = 23.33%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C34D3A (or 0xC34D3A) is known color: Grenadier. HEX triplet: C3, 4D and 3A. RGB value is (195,77,58). Sum of RGB (Red+Green+Blue) = 195+77+58=330 (43% of max value = 765). Red value is 195 (76.56% from 255 or 59.09% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 58 (23.05% from 255 or 17.58% from 330); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C34D3A is #3CB2C5. Grayscale: #6E6E6E. Windows color (decimal): -3977926 or 3820995. OLE color: 3820995.

HSL color Cylindrical-coordinate representation of color #C34D3A: hue angle of 8.32º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C34D3A is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 77 58 -
CMYK 0 0.61 0.70 0.24
HSL 8.32º 0.54% 0.5% -
HSV(B) 8.32º 0.7% 0.76% -
XYZ 25.92 17.22 5.96 -
YUV 110.12 98.59 188.54 -
System Red Green Blue C M Y K H S L
Decimal 195 77 58 0 0.61 0.70 0.24 8.32 0.54 0.5
Hex C3 4D 3A 0 3D 46 18 8 36 32
Octal 303 115 72 0 75 106 30 10 66 62
Binary 11000011 1001101 111010 0 111101 1000110 11000 1000 110110 110010

Color Harmonies of #C34D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34D3A

Black with #C34D3A

Text Example


Text Example

White with #C34D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34D3A; }

 p { color: rgb(195,77,58); }

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

background-color css

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

 a { background-color: rgb(195,77,58); }

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

border-color css

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

 span { border-color: rgb(195,77,58); }

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