Html Css Color HEX #C54630 Grenadier

📋 copy color: '#C54630'

red 197 ◦ green 70 ◦ blue 48

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

Shades of Grenadier #C54630

Tints of Grenadier #C54630

RGB

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

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

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

R = 62.54%
G = 22.22%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C54630 (or 0xC54630) is known color: Grenadier. HEX triplet: C5, 46 and 30. RGB value is (197,70,48). Sum of RGB (Red+Green+Blue) = 197+70+48=315 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.54% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 197 - color contains mainly: red. Hex color #C54630 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54630 is #3AB9CF. Grayscale: #696969. Windows color (decimal): -3848656 or 3163845. OLE color: 3163845.

HSL color Cylindrical-coordinate representation of color #C54630: hue angle of 8.86º 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 #C54630 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 70 48 -
CMYK 0 0.64 0.76 0.23
HSL 8.86º 0.61% 0.48% -
HSV(B) 8.86º 0.76% 0.77% -
XYZ 25.75 16.46 4.62 -
YUV 105.47 95.58 193.29 -
System Red Green Blue C M Y K H S L
Decimal 197 70 48 0 0.64 0.76 0.23 8.86 0.61 0.48
Hex C5 46 30 0 40 4C 17 9 3D 30
Octal 305 106 60 0 100 114 27 11 75 60
Binary 11000101 1000110 110000 0 1000000 1001100 10111 1001 111101 110000

Color Harmonies of #C54630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54630

Black with #C54630

Text Example


Text Example

White with #C54630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54630; }

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

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

background-color css

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

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

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

border-color css

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

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

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