Html Css Color HEX #C54713 Rust

📋 copy color: '#C54713'

red 197 ◦ green 71 ◦ blue 19

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

Shades of Rust #C54713

Tints of Rust #C54713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.62%

R = 68.64%
G = 24.74%
B = 6.62%

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

#C54713 (or 0xC54713) is known color: Rust. HEX triplet: C5, 47 and 13. RGB value is (197,71,19). Sum of RGB (Red+Green+Blue) = 197+71+19=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 19 (7.81% from 255 or 6.62% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C54713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54713 is #3AB8EC. Grayscale: #676767. Windows color (decimal): -3848429 or 1263557. OLE color: 1263557.

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

Color convert

RGB 197 71 19 -
CMYK 0 0.64 0.90 0.23
HSL 17.53º 0.82% 0.42% -
HSV(B) 17.53º 0.9% 0.77% -
XYZ 25.4 16.42 2.45 -
YUV 102.75 80.74 195.23 -
System Red Green Blue C M Y K H S L
Decimal 197 71 19 0 0.64 0.90 0.23 17.53 0.82 0.42
Hex C5 47 13 0 40 5A 17 12 52 2A
Octal 305 107 23 0 100 132 27 22 122 52
Binary 11000101 1000111 10011 0 1000000 1011010 10111 10010 1010010 101010

Color Harmonies of #C54713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54713

Black with #C54713

Text Example


Text Example

White with #C54713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54713; }

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

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

background-color css

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

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

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

border-color css

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

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

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