Html Css Color HEX #C54714 Rust

📋 copy color: '#C54714'

red 197 ◦ green 71 ◦ blue 20

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

Shades of Rust #C54714

Tints of Rust #C54714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.94%

R = 68.4%
G = 24.65%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C54714 (or 0xC54714) is known color: Rust. HEX triplet: C5, 47 and 14. RGB value is (197,71,20). Sum of RGB (Red+Green+Blue) = 197+71+20=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 71 (28.12% from 255 or 24.65% from 288); Blue value is 20 (8.20% from 255 or 6.94% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C54714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54714 is #3AB8EB. Grayscale: #676767. Windows color (decimal): -3848428 or 1329093. OLE color: 1329093.

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

Color convert

RGB 197 71 20 -
CMYK 0 0.64 0.90 0.23
HSL 17.29º 0.82% 0.43% -
HSV(B) 17.29º 0.9% 0.77% -
XYZ 25.41 16.43 2.49 -
YUV 102.86 81.24 195.15 -
System Red Green Blue C M Y K H S L
Decimal 197 71 20 0 0.64 0.90 0.23 17.29 0.82 0.43
Hex C5 47 14 0 40 5A 17 11 52 2B
Octal 305 107 24 0 100 132 27 21 122 53
Binary 11000101 1000111 10100 0 1000000 1011010 10111 10001 1010010 101011

Color Harmonies of #C54714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54714

Black with #C54714

Text Example


Text Example

White with #C54714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54714; }

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

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

background-color css

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

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

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

border-color css

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

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

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