Html Css Color HEX #C54913 Rust

📋 copy color: '#C54913'

red 197 ◦ green 73 ◦ blue 19

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

Shades of Rust #C54913

Tints of Rust #C54913

RGB

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

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

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

R = 68.17%
G = 25.26%
B = 6.57%

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

#C54913 (or 0xC54913) is known color: Rust. HEX triplet: C5, 49 and 13. RGB value is (197,73,19). Sum of RGB (Red+Green+Blue) = 197+73+19=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C54913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54913 is #3AB6EC. Grayscale: #686868. Windows color (decimal): -3847917 or 1264069. OLE color: 1264069.

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

Color convert

RGB 197 73 19 -
CMYK 0 0.63 0.90 0.23
HSL 18.2º 0.82% 0.42% -
HSV(B) 18.2º 0.9% 0.77% -
XYZ 25.53 16.68 2.49 -
YUV 103.92 80.08 194.39 -
System Red Green Blue C M Y K H S L
Decimal 197 73 19 0 0.63 0.90 0.23 18.2 0.82 0.42
Hex C5 49 13 0 3F 5A 17 12 52 2A
Octal 305 111 23 0 77 132 27 22 122 52
Binary 11000101 1001001 10011 0 111111 1011010 10111 10010 1010010 101010

Color Harmonies of #C54913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54913

Black with #C54913

Text Example


Text Example

White with #C54913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54913; }

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

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

background-color css

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

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

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

border-color css

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

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

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