Html Css Color HEX #C54430 Grenadier

📋 copy color: '#C54430'

red 197 ◦ green 68 ◦ blue 48

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

Shades of Grenadier #C54430

Tints of Grenadier #C54430

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

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

R = 62.94%
G = 21.73%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C54430 (or 0xC54430) is known color: Grenadier. HEX triplet: C5, 44 and 30. RGB value is (197,68,48). Sum of RGB (Red+Green+Blue) = 197+68+48=313 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.94% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 197 - color contains mainly: red. Hex color #C54430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54430 is #3ABBCF. Grayscale: #686868. Windows color (decimal): -3849168 or 3163333. OLE color: 3163333.

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

Color convert

RGB 197 68 48 -
CMYK 0 0.65 0.76 0.23
HSL 8.05º 0.61% 0.48% -
HSV(B) 8.05º 0.76% 0.77% -
XYZ 25.63 16.22 4.58 -
YUV 104.29 96.24 194.13 -
System Red Green Blue C M Y K H S L
Decimal 197 68 48 0 0.65 0.76 0.23 8.05 0.61 0.48
Hex C5 44 30 0 41 4C 17 8 3D 30
Octal 305 104 60 0 101 114 27 10 75 60
Binary 11000101 1000100 110000 0 1000001 1001100 10111 1000 111101 110000

Color Harmonies of #C54430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54430

Black with #C54430

Text Example


Text Example

White with #C54430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54430; }

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

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

background-color css

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

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

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

border-color css

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

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

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