Html Css Color HEX #C54032 Grenadier

📋 copy color: '#C54032'

red 197 ◦ green 64 ◦ blue 50

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

Shades of Grenadier #C54032

Tints of Grenadier #C54032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 16.08%

R = 63.34%
G = 20.58%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C54032 (or 0xC54032) is known color: Grenadier. HEX triplet: C5, 40 and 32. RGB value is (197,64,50). Sum of RGB (Red+Green+Blue) = 197+64+50=311 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.34% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 50 (19.92% from 255 or 16.08% from 311); Max value from RGB is 197 - color contains mainly: red. Hex color #C54032 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54032 is #3ABFCD. Grayscale: #666666. Windows color (decimal): -3850190 or 3293381. OLE color: 3293381.

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

Color convert

RGB 197 64 50 -
CMYK 0 0.68 0.75 0.23
HSL 5.71º 0.6% 0.48% -
HSV(B) 5.71º 0.75% 0.77% -
XYZ 25.44 15.77 4.72 -
YUV 102.17 98.56 195.64 -
System Red Green Blue C M Y K H S L
Decimal 197 64 50 0 0.68 0.75 0.23 5.71 0.6 0.48
Hex C5 40 32 0 44 4B 17 6 3C 30
Octal 305 100 62 0 104 113 27 6 74 60
Binary 11000101 1000000 110010 0 1000100 1001011 10111 110 111100 110000

Color Harmonies of #C54032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54032

Black with #C54032

Text Example


Text Example

White with #C54032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54032; }

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

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

background-color css

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

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

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

border-color css

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

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

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