Html Css Color HEX #C34634 Grenadier

📋 copy color: '#C34634'

red 195 ◦ green 70 ◦ blue 52

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

Shades of Grenadier #C34634

Tints of Grenadier #C34634

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.08%

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

R = 61.51%
G = 22.08%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C34634 (or 0xC34634) is known color: Grenadier. HEX triplet: C3, 46 and 34. RGB value is (195,70,52). Sum of RGB (Red+Green+Blue) = 195+70+52=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 70 (27.73% from 255 or 22.08% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C34634 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34634 is #3CB9CB. Grayscale: #696969. Windows color (decimal): -3979724 or 3425987. OLE color: 3425987.

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

Color convert

RGB 195 70 52 -
CMYK 0 0.64 0.73 0.24
HSL 7.55º 0.58% 0.48% -
HSV(B) 7.55º 0.73% 0.76% -
XYZ 25.32 16.23 5.05 -
YUV 105.32 97.91 191.96 -
System Red Green Blue C M Y K H S L
Decimal 195 70 52 0 0.64 0.73 0.24 7.55 0.58 0.48
Hex C3 46 34 0 40 49 18 8 3A 30
Octal 303 106 64 0 100 111 30 10 72 60
Binary 11000011 1000110 110100 0 1000000 1001001 11000 1000 111010 110000

Color Harmonies of #C34634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34634

Black with #C34634

Text Example


Text Example

White with #C34634

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34634; }

 p { color: rgb(195,70,52); }

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

background-color css

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

 a { background-color: rgb(195,70,52); }

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

border-color css

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

 span { border-color: rgb(195,70,52); }

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