Html Css Color HEX #C54914 Rust

📋 copy color: '#C54914'

red 197 ◦ green 73 ◦ blue 20

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

Shades of Rust #C54914

Tints of Rust #C54914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 67.93%
G = 25.17%
B = 6.9%

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

#C54914 (or 0xC54914) is known color: Rust. HEX triplet: C5, 49 and 14. RGB value is (197,73,20). Sum of RGB (Red+Green+Blue) = 197+73+20=290 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.93% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 197 - color contains mainly: red. Hex color #C54914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54914 is #3AB6EB. Grayscale: #686868. Windows color (decimal): -3847916 or 1329605. OLE color: 1329605.

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

Color convert

RGB 197 73 20 -
CMYK 0 0.63 0.90 0.23
HSL 17.97º 0.82% 0.43% -
HSV(B) 17.97º 0.9% 0.77% -
XYZ 25.53 16.69 2.54 -
YUV 104.03 80.58 194.31 -
System Red Green Blue C M Y K H S L
Decimal 197 73 20 0 0.63 0.90 0.23 17.97 0.82 0.43
Hex C5 49 14 0 3F 5A 17 12 52 2B
Octal 305 111 24 0 77 132 27 22 122 53
Binary 11000101 1001001 10100 0 111111 1011010 10111 10010 1010010 101011

Color Harmonies of #C54914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54914

Black with #C54914

Text Example


Text Example

White with #C54914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54914; }

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

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

background-color css

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

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

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

border-color css

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

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

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