Html Css Color HEX #C54710 Rust

📋 copy color: '#C54710'

red 197 ◦ green 71 ◦ blue 16

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

Shades of Rust #C54710

Tints of Rust #C54710

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25%

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

R = 69.37%
G = 25%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C54710 (or 0xC54710) is known color: Rust. HEX triplet: C5, 47 and 10. RGB value is (197,71,16). Sum of RGB (Red+Green+Blue) = 197+71+16=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 16 (6.64% from 255 or 5.63% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C54710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54710 is #3AB8EF. Grayscale: #666666. Windows color (decimal): -3848432 or 1066949. OLE color: 1066949.

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

Color convert

RGB 197 71 16 -
CMYK 0 0.64 0.92 0.23
HSL 18.23º 0.85% 0.42% -
HSV(B) 18.23º 0.92% 0.77% -
XYZ 25.37 16.41 2.32 -
YUV 102.4 79.24 195.47 -
System Red Green Blue C M Y K H S L
Decimal 197 71 16 0 0.64 0.92 0.23 18.23 0.85 0.42
Hex C5 47 10 0 40 5C 17 12 55 2A
Octal 305 107 20 0 100 134 27 22 125 52
Binary 11000101 1000111 10000 0 1000000 1011100 10111 10010 1010101 101010

Color Harmonies of #C54710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54710

Black with #C54710

Text Example


Text Example

White with #C54710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54710; }

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

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

background-color css

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

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

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

border-color css

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

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

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