Html Css Color HEX #C5470E Rust

📋 copy color: '#C5470E'

red 197 ◦ green 71 ◦ blue 14

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

Shades of Rust #C5470E

Tints of Rust #C5470E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.96%

R = 69.86%
G = 25.18%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5470E (or 0xC5470E) is known color: Rust. HEX triplet: C5, 47 and 0E. RGB value is (197,71,14). Sum of RGB (Red+Green+Blue) = 197+71+14=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 71 (28.12% from 255 or 25.18% from 282); Blue value is 14 (5.86% from 255 or 4.96% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C5470E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5470E is #3AB8F1. Grayscale: #666666. Windows color (decimal): -3848434 or 935877. OLE color: 935877.

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

Color convert

RGB 197 71 14 -
CMYK 0 0.64 0.93 0.23
HSL 18.69º 0.87% 0.41% -
HSV(B) 18.69º 0.93% 0.77% -
XYZ 25.36 16.41 2.25 -
YUV 102.18 78.24 195.63 -
System Red Green Blue C M Y K H S L
Decimal 197 71 14 0 0.64 0.93 0.23 18.69 0.87 0.41
Hex C5 47 E 0 40 5D 17 13 57 29
Octal 305 107 16 0 100 135 27 23 127 51
Binary 11000101 1000111 1110 0 1000000 1011101 10111 10011 1010111 101001

Color Harmonies of #C5470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5470E

Black with #C5470E

Text Example


Text Example

White with #C5470E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5470E; }

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

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

background-color css

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

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

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

border-color css

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

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

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