Html Css Color HEX #C54918 Rust

📋 copy color: '#C54918'

red 197 ◦ green 73 ◦ blue 24

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

Shades of Rust #C54918

Tints of Rust #C54918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.83%

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

R = 67.01%
G = 24.83%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C54918 (or 0xC54918) is known color: Rust. HEX triplet: C5, 49 and 18. RGB value is (197,73,24). Sum of RGB (Red+Green+Blue) = 197+73+24=294 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.01% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 197 - color contains mainly: red. Hex color #C54918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54918 is #3AB6E7. Grayscale: #686868. Windows color (decimal): -3847912 or 1591749. OLE color: 1591749.

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

Color convert

RGB 197 73 24 -
CMYK 0 0.63 0.88 0.23
HSL 16.99º 0.78% 0.43% -
HSV(B) 16.99º 0.88% 0.77% -
XYZ 25.57 16.7 2.74 -
YUV 104.49 82.58 193.98 -
System Red Green Blue C M Y K H S L
Decimal 197 73 24 0 0.63 0.88 0.23 16.99 0.78 0.43
Hex C5 49 18 0 3F 58 17 11 4E 2B
Octal 305 111 30 0 77 130 27 21 116 53
Binary 11000101 1001001 11000 0 111111 1011000 10111 10001 1001110 101011

Color Harmonies of #C54918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54918

Black with #C54918

Text Example


Text Example

White with #C54918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54918; }

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

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

background-color css

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

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

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

border-color css

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

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

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