Html Css Color HEX #C34535 Grenadier

📋 copy color: '#C34535'

red 195 ◦ green 69 ◦ blue 53

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

Shades of Grenadier #C34535

Tints of Grenadier #C34535

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.77%

 BLUE value IS 53 (21.09% from 255) = 16.72%

R = 61.51%
G = 21.77%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C34535 (or 0xC34535) is known color: Grenadier. HEX triplet: C3, 45 and 35. RGB value is (195,69,53). Sum of RGB (Red+Green+Blue) = 195+69+53=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 69 (27.34% from 255 or 21.77% from 317); Blue value is 53 (21.09% from 255 or 16.72% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34535 is #3CBACA. Grayscale: #696969. Windows color (decimal): -3979979 or 3491267. OLE color: 3491267.

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

Color convert

RGB 195 69 53 -
CMYK 0 0.65 0.73 0.24
HSL 6.76º 0.57% 0.49% -
HSV(B) 6.76º 0.73% 0.76% -
XYZ 25.28 16.12 5.15 -
YUV 104.85 98.74 192.3 -
System Red Green Blue C M Y K H S L
Decimal 195 69 53 0 0.65 0.73 0.24 6.76 0.57 0.49
Hex C3 45 35 0 41 49 18 7 39 31
Octal 303 105 65 0 101 111 30 7 71 61
Binary 11000011 1000101 110101 0 1000001 1001001 11000 111 111001 110001

Color Harmonies of #C34535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34535

Black with #C34535

Text Example


Text Example

White with #C34535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34535; }

 p { color: rgb(195,69,53); }

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

background-color css

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

 a { background-color: rgb(195,69,53); }

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

border-color css

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

 span { border-color: rgb(195,69,53); }

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