Html Css Color HEX #C54D0F Rust

📋 copy color: '#C54D0F'

red 197 ◦ green 77 ◦ blue 15

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

Shades of Rust #C54D0F

Tints of Rust #C54D0F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 26.64%

 BLUE value IS 15 (6.25% from 255) = 5.19%

R = 68.17%
G = 26.64%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C54D0F (or 0xC54D0F) is known color: Rust. HEX triplet: C5, 4D and 0F. RGB value is (197,77,15). Sum of RGB (Red+Green+Blue) = 197+77+15=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 77 (30.47% from 255 or 26.64% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C54D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C54D0F is #3AB2F0. Grayscale: #6A6A6A. Windows color (decimal): -3846897 or 1002949. OLE color: 1002949.

HSL color Cylindrical-coordinate representation of color #C54D0F: hue angle of 20.44º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C54D0F is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 77 15 -
CMYK 0 0.61 0.92 0.23
HSL 20.44º 0.86% 0.42% -
HSV(B) 20.44º 0.92% 0.77% -
XYZ 25.77 17.21 2.42 -
YUV 105.81 76.76 193.04 -
System Red Green Blue C M Y K H S L
Decimal 197 77 15 0 0.61 0.92 0.23 20.44 0.86 0.42
Hex C5 4D F 0 3D 5C 17 14 56 2A
Octal 305 115 17 0 75 134 27 24 126 52
Binary 11000101 1001101 1111 0 111101 1011100 10111 10100 1010110 101010

Color Harmonies of #C54D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54D0F

Black with #C54D0F

Text Example


Text Example

White with #C54D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54D0F; }

 p { color: rgb(197,77,15); }

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

background-color css

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

 a { background-color: rgb(197,77,15); }

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

border-color css

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

 span { border-color: rgb(197,77,15); }

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