Html Css Color HEX #C54D16 Rust

📋 copy color: '#C54D16'

red 197 ◦ green 77 ◦ blue 22

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

Shades of Rust #C54D16

Tints of Rust #C54D16

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.01%

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 66.55%
G = 26.01%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C54D16 (or 0xC54D16) is known color: Rust. HEX triplet: C5, 4D and 16. RGB value is (197,77,22). Sum of RGB (Red+Green+Blue) = 197+77+22=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54D16 is #3AB2E9. Grayscale: #6A6A6A. Windows color (decimal): -3846890 or 1461701. OLE color: 1461701.

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

Color convert

RGB 197 77 22 -
CMYK 0 0.61 0.89 0.23
HSL 18.86º 0.8% 0.43% -
HSV(B) 18.86º 0.89% 0.77% -
XYZ 25.82 17.24 2.72 -
YUV 106.61 80.26 192.47 -
System Red Green Blue C M Y K H S L
Decimal 197 77 22 0 0.61 0.89 0.23 18.86 0.8 0.43
Hex C5 4D 16 0 3D 59 17 13 50 2B
Octal 305 115 26 0 75 131 27 23 120 53
Binary 11000101 1001101 10110 0 111101 1011001 10111 10011 1010000 101011

Color Harmonies of #C54D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54D16

Black with #C54D16

Text Example


Text Example

White with #C54D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54D16; }

 p { color: rgb(197,77,22); }

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

background-color css

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

 a { background-color: rgb(197,77,22); }

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

border-color css

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

 span { border-color: rgb(197,77,22); }

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