Html Css Color HEX #C54A17 Rust

📋 copy color: '#C54A17'

red 197 ◦ green 74 ◦ blue 23

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

Shades of Rust #C54A17

Tints of Rust #C54A17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.82%

R = 67.01%
G = 25.17%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C54A17 (or 0xC54A17) is known color: Rust. HEX triplet: C5, 4A and 17. RGB value is (197,74,23). Sum of RGB (Red+Green+Blue) = 197+74+23=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C54A17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54A17 is #3AB5E8. Grayscale: #696969. Windows color (decimal): -3847657 or 1526469. OLE color: 1526469.

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

Color convert

RGB 197 74 23 -
CMYK 0 0.62 0.88 0.23
HSL 17.59º 0.79% 0.43% -
HSV(B) 17.59º 0.88% 0.77% -
XYZ 25.63 16.83 2.71 -
YUV 104.96 81.75 193.65 -
System Red Green Blue C M Y K H S L
Decimal 197 74 23 0 0.62 0.88 0.23 17.59 0.79 0.43
Hex C5 4A 17 0 3E 58 17 12 4F 2B
Octal 305 112 27 0 76 130 27 22 117 53
Binary 11000101 1001010 10111 0 111110 1011000 10111 10010 1001111 101011

Color Harmonies of #C54A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54A17

Black with #C54A17

Text Example


Text Example

White with #C54A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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