Html Css Color HEX #C6440E Rust

📋 copy color: '#C6440E'

red 198 ◦ green 68 ◦ blue 14

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

Shades of Rust #C6440E

Tints of Rust #C6440E

RGB

 RED value IS 198 (77.73% from 255) = 70.71%

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

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

R = 70.71%
G = 24.29%
B = 5%

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

#C6440E (or 0xC6440E) is known color: Rust. HEX triplet: C6, 44 and 0E. RGB value is (198,68,14). Sum of RGB (Red+Green+Blue) = 198+68+14=280 (37% of max value = 765). Red value is 198 (77.73% from 255 or 70.71% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 198 - color contains mainly: red. Hex color #C6440E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6440E is #39BBF1. Grayscale: #656565. Windows color (decimal): -3783666 or 935110. OLE color: 935110.

HSL color Cylindrical-coordinate representation of color #C6440E: hue angle of 17.61º 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 #C6440E is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 68 14 -
CMYK 0 0.66 0.93 0.22
HSL 17.61º 0.87% 0.42% -
HSV(B) 17.61º 0.93% 0.78% -
XYZ 25.44 16.17 2.2 -
YUV 100.71 79.07 197.39 -
System Red Green Blue C M Y K H S L
Decimal 198 68 14 0 0.66 0.93 0.22 17.61 0.87 0.42
Hex C6 44 E 0 42 5D 16 12 57 2A
Octal 306 104 16 0 102 135 26 22 127 52
Binary 11000110 1000100 1110 0 1000010 1011101 10110 10010 1010111 101010

Color Harmonies of #C6440E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6440E

Black with #C6440E

Text Example


Text Example

White with #C6440E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6440E; }

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

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

background-color css

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

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

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

border-color css

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

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

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