Html Css Color HEX #C54D1C Rust

📋 copy color: '#C54D1C'

red 197 ◦ green 77 ◦ blue 28

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

Shades of Rust #C54D1C

Tints of Rust #C54D1C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.5%

 BLUE value IS 28 (11.33% from 255) = 9.27%

R = 65.23%
G = 25.5%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C54D1C (or 0xC54D1C) is known color: Rust. HEX triplet: C5, 4D and 1C. RGB value is (197,77,28). Sum of RGB (Red+Green+Blue) = 197+77+28=302 (40% of max value = 765). Red value is 197 (77.34% from 255 or 65.23% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 28 (11.33% from 255 or 9.27% from 302); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C54D1C is #3AB2E3. Grayscale: #6B6B6B. Windows color (decimal): -3846884 or 1854917. OLE color: 1854917.

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

Color convert

RGB 197 77 28 -
CMYK 0 0.61 0.86 0.23
HSL 17.4º 0.75% 0.44% -
HSV(B) 17.4º 0.86% 0.77% -
XYZ 25.89 17.26 3.07 -
YUV 107.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 197 77 28 0 0.61 0.86 0.23 17.4 0.75 0.44
Hex C5 4D 1C 0 3D 56 17 11 4B 2C
Octal 305 115 34 0 75 126 27 21 113 54
Binary 11000101 1001101 11100 0 111101 1010110 10111 10001 1001011 101100

Color Harmonies of #C54D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54D1C

Black with #C54D1C

Text Example


Text Example

White with #C54D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54D1C; }

 p { color: rgb(197,77,28); }

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

background-color css

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

 a { background-color: rgb(197,77,28); }

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

border-color css

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

 span { border-color: rgb(197,77,28); }

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