Html Css Color HEX #C5471E Rust

📋 copy color: '#C5471E'

red 197 ◦ green 71 ◦ blue 30

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

Shades of Rust #C5471E

Tints of Rust #C5471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.07%

R = 66.11%
G = 23.83%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5471E (or 0xC5471E) is known color: Rust. HEX triplet: C5, 47 and 1E. RGB value is (197,71,30). Sum of RGB (Red+Green+Blue) = 197+71+30=298 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.11% from 298); Green value is 71 (28.12% from 255 or 23.83% from 298); Blue value is 30 (12.11% from 255 or 10.07% from 298); Max value from RGB is 197 - color contains mainly: red. Hex color #C5471E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5471E is #3AB8E1. Grayscale: #686868. Windows color (decimal): -3848418 or 1984453. OLE color: 1984453.

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

Color convert

RGB 197 71 30 -
CMYK 0 0.64 0.85 0.23
HSL 14.73º 0.74% 0.45% -
HSV(B) 14.73º 0.85% 0.77% -
XYZ 25.51 16.47 3.06 -
YUV 104 86.24 194.33 -
System Red Green Blue C M Y K H S L
Decimal 197 71 30 0 0.64 0.85 0.23 14.73 0.74 0.45
Hex C5 47 1E 0 40 55 17 F 4A 2D
Octal 305 107 36 0 100 125 27 17 112 55
Binary 11000101 1000111 11110 0 1000000 1010101 10111 1111 1001010 101101

Color Harmonies of #C5471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5471E

Black with #C5471E

Text Example


Text Example

White with #C5471E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5471E; }

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

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

background-color css

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

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

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

border-color css

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

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

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