Html Css Color HEX #C5470C Rust

📋 copy color: '#C5470C'

red 197 ◦ green 71 ◦ blue 12

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

Shades of Rust #C5470C

Tints of Rust #C5470C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 70.36%
G = 25.36%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5470C (or 0xC5470C) is known color: Rust. HEX triplet: C5, 47 and 0C. RGB value is (197,71,12). Sum of RGB (Red+Green+Blue) = 197+71+12=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 71 (28.12% from 255 or 25.36% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5470C is #3AB8F3. Grayscale: #666666. Windows color (decimal): -3848436 or 804805. OLE color: 804805.

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

Color convert

RGB 197 71 12 -
CMYK 0 0.64 0.94 0.23
HSL 19.14º 0.89% 0.41% -
HSV(B) 19.14º 0.94% 0.77% -
XYZ 25.35 16.4 2.18 -
YUV 101.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 197 71 12 0 0.64 0.94 0.23 19.14 0.89 0.41
Hex C5 47 C 0 40 5E 17 13 59 29
Octal 305 107 14 0 100 136 27 23 131 51
Binary 11000101 1000111 1100 0 1000000 1011110 10111 10011 1011001 101001

Color Harmonies of #C5470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5470C

Black with #C5470C

Text Example


Text Example

White with #C5470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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