Html Css Color HEX #C54718 Rust

📋 copy color: '#C54718'

red 197 ◦ green 71 ◦ blue 24

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

Shades of Rust #C54718

Tints of Rust #C54718

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.22%

R = 67.47%
G = 24.32%
B = 8.22%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C54718 (or 0xC54718) is known color: Rust. HEX triplet: C5, 47 and 18. RGB value is (197,71,24). Sum of RGB (Red+Green+Blue) = 197+71+24=292 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.47% from 292); Green value is 71 (28.12% from 255 or 24.32% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 197 - color contains mainly: red. Hex color #C54718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54718 is #3AB8E7. Grayscale: #676767. Windows color (decimal): -3848424 or 1591237. OLE color: 1591237.

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

Color convert

RGB 197 71 24 -
CMYK 0 0.64 0.88 0.23
HSL 16.3º 0.78% 0.43% -
HSV(B) 16.3º 0.88% 0.77% -
XYZ 25.44 16.44 2.7 -
YUV 103.32 83.24 194.82 -
System Red Green Blue C M Y K H S L
Decimal 197 71 24 0 0.64 0.88 0.23 16.3 0.78 0.43
Hex C5 47 18 0 40 58 17 10 4E 2B
Octal 305 107 30 0 100 130 27 20 116 53
Binary 11000101 1000111 11000 0 1000000 1011000 10111 10000 1001110 101011

Color Harmonies of #C54718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54718

Black with #C54718

Text Example


Text Example

White with #C54718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54718; }

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

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

background-color css

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

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

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

border-color css

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

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

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