Html Css Color HEX #C54716 Rust

📋 copy color: '#C54716'

red 197 ◦ green 71 ◦ blue 22

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

Shades of Rust #C54716

Tints of Rust #C54716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.59%

R = 67.93%
G = 24.48%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C54716 (or 0xC54716) is known color: Rust. HEX triplet: C5, 47 and 16. RGB value is (197,71,22). Sum of RGB (Red+Green+Blue) = 197+71+22=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 71 (28.12% from 255 or 24.48% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C54716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54716 is #3AB8E9. Grayscale: #676767. Windows color (decimal): -3848426 or 1460165. OLE color: 1460165.

HSL color Cylindrical-coordinate representation of color #C54716: hue angle of 16.8º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C54716 is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 71 22 -
CMYK 0 0.64 0.89 0.23
HSL 16.8º 0.8% 0.43% -
HSV(B) 16.8º 0.89% 0.77% -
XYZ 25.42 16.43 2.59 -
YUV 103.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 197 71 22 0 0.64 0.89 0.23 16.8 0.8 0.43
Hex C5 47 16 0 40 59 17 11 50 2B
Octal 305 107 26 0 100 131 27 21 120 53
Binary 11000101 1000111 10110 0 1000000 1011001 10111 10001 1010000 101011

Color Harmonies of #C54716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54716

Black with #C54716

Text Example


Text Example

White with #C54716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54716; }

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

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

background-color css

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

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

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

border-color css

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

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

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