Html Css Color HEX #C5440F Rust

📋 copy color: '#C5440F'

red 197 ◦ green 68 ◦ blue 15

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

Shades of Rust #C5440F

Tints of Rust #C5440F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.29%

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

R = 70.36%
G = 24.29%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5440F (or 0xC5440F) is known color: Rust. HEX triplet: C5, 44 and 0F. RGB value is (197,68,15). Sum of RGB (Red+Green+Blue) = 197+68+15=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5440F is #3ABBF0. Grayscale: #646464. Windows color (decimal): -3849201 or 1000645. OLE color: 1000645.

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

Color convert

RGB 197 68 15 -
CMYK 0 0.65 0.92 0.23
HSL 17.47º 0.86% 0.42% -
HSV(B) 17.47º 0.92% 0.77% -
XYZ 25.18 16.04 2.22 -
YUV 100.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 197 68 15 0 0.65 0.92 0.23 17.47 0.86 0.42
Hex C5 44 F 0 41 5C 17 11 56 2A
Octal 305 104 17 0 101 134 27 21 126 52
Binary 11000101 1000100 1111 0 1000001 1011100 10111 10001 1010110 101010

Color Harmonies of #C5440F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5440F

Black with #C5440F

Text Example


Text Example

White with #C5440F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5440F; }

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

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

background-color css

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

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

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

border-color css

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

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

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