Html Css Color HEX #C54030 Grenadier

📋 copy color: '#C54030'

red 197 ◦ green 64 ◦ blue 48

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

Shades of Grenadier #C54030

Tints of Grenadier #C54030

RGB

 RED value IS 197 (77.34% from 255) = 63.75%

 GREEN value IS 64 (25.39% from 255) = 20.71%

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 63.75%
G = 20.71%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C54030 (or 0xC54030) is known color: Grenadier. HEX triplet: C5, 40 and 30. RGB value is (197,64,48). Sum of RGB (Red+Green+Blue) = 197+64+48=309 (40% of max value = 765). Red value is 197 (77.34% from 255 or 63.75% from 309); Green value is 64 (25.39% from 255 or 20.71% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 197 - color contains mainly: red. Hex color #C54030 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54030 is #3ABFCF. Grayscale: #666666. Windows color (decimal): -3850192 or 3162309. OLE color: 3162309.

HSL color Cylindrical-coordinate representation of color #C54030: hue angle of 6.44º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C54030 is Cyan = 0, Magento = 0.68, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 48 -
CMYK 0 0.68 0.76 0.23
HSL 6.44º 0.61% 0.48% -
HSV(B) 6.44º 0.76% 0.77% -
XYZ 25.39 15.75 4.5 -
YUV 101.94 97.56 195.8 -
System Red Green Blue C M Y K H S L
Decimal 197 64 48 0 0.68 0.76 0.23 6.44 0.61 0.48
Hex C5 40 30 0 44 4C 17 6 3D 30
Octal 305 100 60 0 104 114 27 6 75 60
Binary 11000101 1000000 110000 0 1000100 1001100 10111 110 111101 110000

Color Harmonies of #C54030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54030

Black with #C54030

Text Example


Text Example

White with #C54030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54030; }

 p { color: rgb(197,64,48); }

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

background-color css

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

 a { background-color: rgb(197,64,48); }

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

border-color css

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

 span { border-color: rgb(197,64,48); }

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