Html Css Color HEX #C54813 Rust

📋 copy color: '#C54813'

red 197 ◦ green 72 ◦ blue 19

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

Shades of Rust #C54813

Tints of Rust #C54813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.6%

R = 68.4%
G = 25%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C54813 (or 0xC54813) is known color: Rust. HEX triplet: C5, 48 and 13. RGB value is (197,72,19). Sum of RGB (Red+Green+Blue) = 197+72+19=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C54813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54813 is #3AB7EC. Grayscale: #676767. Windows color (decimal): -3848173 or 1263813. OLE color: 1263813.

HSL color Cylindrical-coordinate representation of color #C54813: hue angle of 17.87º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C54813 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 72 19 -
CMYK 0 0.63 0.90 0.23
HSL 17.87º 0.82% 0.42% -
HSV(B) 17.87º 0.9% 0.77% -
XYZ 25.46 16.55 2.47 -
YUV 103.33 80.41 194.81 -
System Red Green Blue C M Y K H S L
Decimal 197 72 19 0 0.63 0.90 0.23 17.87 0.82 0.42
Hex C5 48 13 0 3F 5A 17 12 52 2A
Octal 305 110 23 0 77 132 27 22 122 52
Binary 11000101 1001000 10011 0 111111 1011010 10111 10010 1010010 101010

Color Harmonies of #C54813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54813

Black with #C54813

Text Example


Text Example

White with #C54813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54813; }

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

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

background-color css

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

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

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

border-color css

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

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

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