Html Css Color HEX #C7440E Rust

📋 copy color: '#C7440E'

red 199 ◦ green 68 ◦ blue 14

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

Shades of Rust #C7440E

Tints of Rust #C7440E

RGB

 RED value IS 199 (78.13% from 255) = 70.82%

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

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

R = 70.82%
G = 24.2%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C7440E (or 0xC7440E) is known color: Rust. HEX triplet: C7, 44 and 0E. RGB value is (199,68,14). Sum of RGB (Red+Green+Blue) = 199+68+14=281 (37% of max value = 765). Red value is 199 (78.12% from 255 or 70.82% from 281); Green value is 68 (26.95% from 255 or 24.20% from 281); Blue value is 14 (5.86% from 255 or 4.98% from 281); Max value from RGB is 199 - color contains mainly: red. Hex color #C7440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7440E is #38BBF1. Grayscale: #656565. Windows color (decimal): -3718130 or 935111. OLE color: 935111.

HSL color Cylindrical-coordinate representation of color #C7440E: hue angle of 17.51º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C7440E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 68 14 -
CMYK 0 0.66 0.93 0.22
HSL 17.51º 0.87% 0.42% -
HSV(B) 17.51º 0.93% 0.78% -
XYZ 25.7 16.31 2.21 -
YUV 101.01 78.9 197.89 -
System Red Green Blue C M Y K H S L
Decimal 199 68 14 0 0.66 0.93 0.22 17.51 0.87 0.42
Hex C7 44 E 0 42 5D 16 12 57 2A
Octal 307 104 16 0 102 135 26 22 127 52
Binary 11000111 1000100 1110 0 1000010 1011101 10110 10010 1010111 101010

Color Harmonies of #C7440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7440E

Black with #C7440E

Text Example


Text Example

White with #C7440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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