Html Css Color HEX #C54810 Rust

📋 copy color: '#C54810'

red 197 ◦ green 72 ◦ blue 16

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

Shades of Rust #C54810

Tints of Rust #C54810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 25.26%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 69.12%
G = 25.26%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C54810 (or 0xC54810) is known color: Rust. HEX triplet: C5, 48 and 10. RGB value is (197,72,16). Sum of RGB (Red+Green+Blue) = 197+72+16=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C54810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54810 is #3AB7EF. Grayscale: #676767. Windows color (decimal): -3848176 or 1067205. OLE color: 1067205.

HSL color Cylindrical-coordinate representation of color #C54810: hue angle of 18.56º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C54810 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 72 16 -
CMYK 0 0.63 0.92 0.23
HSL 18.56º 0.85% 0.42% -
HSV(B) 18.56º 0.92% 0.77% -
XYZ 25.44 16.54 2.34 -
YUV 102.99 78.91 195.05 -
System Red Green Blue C M Y K H S L
Decimal 197 72 16 0 0.63 0.92 0.23 18.56 0.85 0.42
Hex C5 48 10 0 3F 5C 17 13 55 2A
Octal 305 110 20 0 77 134 27 23 125 52
Binary 11000101 1001000 10000 0 111111 1011100 10111 10011 1010101 101010

Color Harmonies of #C54810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54810

Black with #C54810

Text Example


Text Example

White with #C54810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54810; }

 p { color: rgb(197,72,16); }

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

background-color css

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

 a { background-color: rgb(197,72,16); }

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

border-color css

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

 span { border-color: rgb(197,72,16); }

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