Html Css Color HEX #C5440E Rust

📋 copy color: '#C5440E'

red 197 ◦ green 68 ◦ blue 14

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

Shades of Rust #C5440E

Tints of Rust #C5440E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 70.61%
G = 24.37%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5440E (or 0xC5440E) is known color: Rust. HEX triplet: C5, 44 and 0E. RGB value is (197,68,14). Sum of RGB (Red+Green+Blue) = 197+68+14=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5440E is #3ABBF1. Grayscale: #646464. Windows color (decimal): -3849202 or 935109. OLE color: 935109.

HSL color Cylindrical-coordinate representation of color #C5440E: hue angle of 17.7º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C5440E is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 14 -
CMYK 0 0.65 0.93 0.23
HSL 17.7º 0.87% 0.41% -
HSV(B) 17.7º 0.93% 0.77% -
XYZ 25.17 16.04 2.18 -
YUV 100.42 79.24 196.89 -
System Red Green Blue C M Y K H S L
Decimal 197 68 14 0 0.65 0.93 0.23 17.7 0.87 0.41
Hex C5 44 E 0 41 5D 17 12 57 29
Octal 305 104 16 0 101 135 27 22 127 51
Binary 11000101 1000100 1110 0 1000001 1011101 10111 10010 1010111 101001

Color Harmonies of #C5440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5440E

Black with #C5440E

Text Example


Text Example

White with #C5440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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