Html Css Color HEX #C8460E Rust

📋 copy color: '#C8460E'

red 200 ◦ green 70 ◦ blue 14

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

Shades of Rust #C8460E

Tints of Rust #C8460E

RGB

 RED value IS 200 (78.52% from 255) = 70.42%

 GREEN value IS 70 (27.73% from 255) = 24.65%

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

R = 70.42%
G = 24.65%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C8460E (or 0xC8460E) is known color: Rust. HEX triplet: C8, 46 and 0E. RGB value is (200,70,14). Sum of RGB (Red+Green+Blue) = 200+70+14=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 70 (27.73% from 255 or 24.65% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8460E is #37B9F1. Grayscale: #666666. Windows color (decimal): -3652082 or 935624. OLE color: 935624.

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

Color convert

RGB 200 70 14 -
CMYK 0 0.65 0.93 0.22
HSL 18.06º 0.87% 0.42% -
HSV(B) 18.06º 0.93% 0.78% -
XYZ 26.09 16.69 2.26 -
YUV 102.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 200 70 14 0 0.65 0.93 0.22 18.06 0.87 0.42
Hex C8 46 E 0 41 5D 16 12 57 2A
Octal 310 106 16 0 101 135 26 22 127 52
Binary 11001000 1000110 1110 0 1000001 1011101 10110 10010 1010111 101010

Color Harmonies of #C8460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8460E

Black with #C8460E

Text Example


Text Example

White with #C8460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8460E; }

 p { color: rgb(200,70,14); }

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

background-color css

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

 a { background-color: rgb(200,70,14); }

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

border-color css

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

 span { border-color: rgb(200,70,14); }

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