Html Css Color HEX #C5400F Rust

📋 copy color: '#C5400F'

red 197 ◦ green 64 ◦ blue 15

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

Shades of Rust #C5400F

Tints of Rust #C5400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.19%

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

R = 71.38%
G = 23.19%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5400F (or 0xC5400F) is known color: Rust. HEX triplet: C5, 40 and 0F. RGB value is (197,64,15). Sum of RGB (Red+Green+Blue) = 197+64+15=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5400F is #3ABFF0. Grayscale: #626262. Windows color (decimal): -3850225 or 999621. OLE color: 999621.

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

Color convert

RGB 197 64 15 -
CMYK 0 0.68 0.92 0.23
HSL 16.15º 0.86% 0.42% -
HSV(B) 16.15º 0.92% 0.77% -
XYZ 24.95 15.57 2.14 -
YUV 98.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 197 64 15 0 0.68 0.92 0.23 16.15 0.86 0.42
Hex C5 40 F 0 44 5C 17 10 56 2A
Octal 305 100 17 0 104 134 27 20 126 52
Binary 11000101 1000000 1111 0 1000100 1011100 10111 10000 1010110 101010

Color Harmonies of #C5400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5400F

Black with #C5400F

Text Example


Text Example

White with #C5400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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