Html Css Color HEX #C54A16 Rust

📋 copy color: '#C54A16'

red 197 ◦ green 74 ◦ blue 22

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

Shades of Rust #C54A16

Tints of Rust #C54A16

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.26%

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

R = 67.24%
G = 25.26%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C54A16 (or 0xC54A16) is known color: Rust. HEX triplet: C5, 4A and 16. RGB value is (197,74,22). Sum of RGB (Red+Green+Blue) = 197+74+22=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A16 is #3AB5E9. Grayscale: #696969. Windows color (decimal): -3847658 or 1460933. OLE color: 1460933.

HSL color Cylindrical-coordinate representation of color #C54A16: hue angle of 17.83º 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 #C54A16 is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 74 22 -
CMYK 0 0.62 0.89 0.23
HSL 17.83º 0.8% 0.43% -
HSV(B) 17.83º 0.89% 0.77% -
XYZ 25.62 16.83 2.66 -
YUV 104.85 81.25 193.73 -
System Red Green Blue C M Y K H S L
Decimal 197 74 22 0 0.62 0.89 0.23 17.83 0.8 0.43
Hex C5 4A 16 0 3E 59 17 12 50 2B
Octal 305 112 26 0 76 131 27 22 120 53
Binary 11000101 1001010 10110 0 111110 1011001 10111 10010 1010000 101011

Color Harmonies of #C54A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A16

Black with #C54A16

Text Example


Text Example

White with #C54A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A16; }

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

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

background-color css

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

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

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

border-color css

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

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

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