Html Css Color HEX #C54711 Rust

📋 copy color: '#C54711'

red 197 ◦ green 71 ◦ blue 17

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

Shades of Rust #C54711

Tints of Rust #C54711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.96%

R = 69.12%
G = 24.91%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C54711 (or 0xC54711) is known color: Rust. HEX triplet: C5, 47 and 11. RGB value is (197,71,17). Sum of RGB (Red+Green+Blue) = 197+71+17=285 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.12% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 17 (7.03% from 255 or 5.96% from 285); Max value from RGB is 197 - color contains mainly: red. Hex color #C54711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54711 is #3AB8EE. Grayscale: #666666. Windows color (decimal): -3848431 or 1132485. OLE color: 1132485.

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

Color convert

RGB 197 71 17 -
CMYK 0 0.64 0.91 0.23
HSL 18º 0.84% 0.42% -
HSV(B) 18º 0.91% 0.77% -
XYZ 25.38 16.42 2.36 -
YUV 102.52 79.74 195.39 -
System Red Green Blue C M Y K H S L
Decimal 197 71 17 0 0.64 0.91 0.23 18 0.84 0.42
Hex C5 47 11 0 40 5B 17 12 54 2A
Octal 305 107 21 0 100 133 27 22 124 52
Binary 11000101 1000111 10001 0 1000000 1011011 10111 10010 1010100 101010

Color Harmonies of #C54711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54711

Black with #C54711

Text Example


Text Example

White with #C54711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54711; }

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

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

background-color css

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

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

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

border-color css

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

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

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