Html Css Color HEX #C5471C Rust

📋 copy color: '#C5471C'

red 197 ◦ green 71 ◦ blue 28

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

Shades of Rust #C5471C

Tints of Rust #C5471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.46%

R = 66.55%
G = 23.99%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5471C (or 0xC5471C) is known color: Rust. HEX triplet: C5, 47 and 1C. RGB value is (197,71,28). Sum of RGB (Red+Green+Blue) = 197+71+28=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 28 (11.33% from 255 or 9.46% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5471C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5471C is #3AB8E3. Grayscale: #686868. Windows color (decimal): -3848420 or 1853381. OLE color: 1853381.

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

Color convert

RGB 197 71 28 -
CMYK 0 0.64 0.86 0.23
HSL 15.27º 0.75% 0.44% -
HSV(B) 15.27º 0.86% 0.77% -
XYZ 25.49 16.46 2.93 -
YUV 103.77 85.24 194.5 -
System Red Green Blue C M Y K H S L
Decimal 197 71 28 0 0.64 0.86 0.23 15.27 0.75 0.44
Hex C5 47 1C 0 40 56 17 F 4B 2C
Octal 305 107 34 0 100 126 27 17 113 54
Binary 11000101 1000111 11100 0 1000000 1010110 10111 1111 1001011 101100

Color Harmonies of #C5471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5471C

Black with #C5471C

Text Example


Text Example

White with #C5471C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5471C; }

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

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

background-color css

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

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

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

border-color css

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

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

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