Html Css Color HEX #C34831 Grenadier

📋 copy color: '#C34831'

red 195 ◦ green 72 ◦ blue 49

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

Shades of Grenadier #C34831

Tints of Grenadier #C34831

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.78%

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 61.71%
G = 22.78%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C34831 (or 0xC34831) is known color: Grenadier. HEX triplet: C3, 48 and 31. RGB value is (195,72,49). Sum of RGB (Red+Green+Blue) = 195+72+49=316 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.71% from 316); Green value is 72 (28.52% from 255 or 22.78% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 195 - color contains mainly: red. Hex color #C34831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C34831 is #3CB7CE. Grayscale: #6A6A6A. Windows color (decimal): -3979215 or 3229891. OLE color: 3229891.

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

Color convert

RGB 195 72 49 -
CMYK 0 0.63 0.75 0.24
HSL 9.45º 0.6% 0.48% -
HSV(B) 9.45º 0.75% 0.76% -
XYZ 25.38 16.46 4.75 -
YUV 106.16 95.75 191.37 -
System Red Green Blue C M Y K H S L
Decimal 195 72 49 0 0.63 0.75 0.24 9.45 0.6 0.48
Hex C3 48 31 0 3F 4B 18 9 3C 30
Octal 303 110 61 0 77 113 30 11 74 60
Binary 11000011 1001000 110001 0 111111 1001011 11000 1001 111100 110000

Color Harmonies of #C34831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34831

Black with #C34831

Text Example


Text Example

White with #C34831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34831; }

 p { color: rgb(195,72,49); }

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

background-color css

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

 a { background-color: rgb(195,72,49); }

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

border-color css

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

 span { border-color: rgb(195,72,49); }

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