Html Css Color HEX #C54818 Rust

📋 copy color: '#C54818'

red 197 ◦ green 72 ◦ blue 24

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

Shades of Rust #C54818

Tints of Rust #C54818

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.57%

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

R = 67.24%
G = 24.57%
B = 8.19%

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

#C54818 (or 0xC54818) is known color: Rust. HEX triplet: C5, 48 and 18. RGB value is (197,72,24). Sum of RGB (Red+Green+Blue) = 197+72+24=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C54818 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54818 is #3AB7E7. Grayscale: #686868. Windows color (decimal): -3848168 or 1591493. OLE color: 1591493.

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

Color convert

RGB 197 72 24 -
CMYK 0 0.63 0.88 0.23
HSL 16.65º 0.78% 0.43% -
HSV(B) 16.65º 0.88% 0.77% -
XYZ 25.51 16.57 2.72 -
YUV 103.9 82.91 194.4 -
System Red Green Blue C M Y K H S L
Decimal 197 72 24 0 0.63 0.88 0.23 16.65 0.78 0.43
Hex C5 48 18 0 3F 58 17 11 4E 2B
Octal 305 110 30 0 77 130 27 21 116 53
Binary 11000101 1001000 11000 0 111111 1011000 10111 10001 1001110 101011

Color Harmonies of #C54818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54818

Black with #C54818

Text Example


Text Example

White with #C54818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54818; }

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

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

background-color css

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

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

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

border-color css

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

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

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