Html Css Color HEX #C8460C Rust

📋 copy color: '#C8460C'

red 200 ◦ green 70 ◦ blue 12

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

Shades of Rust #C8460C

Tints of Rust #C8460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.26%

R = 70.92%
G = 24.82%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8460C (or 0xC8460C) is known color: Rust. HEX triplet: C8, 46 and 0C. RGB value is (200,70,12). Sum of RGB (Red+Green+Blue) = 200+70+12=282 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.92% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 200 - color contains mainly: red. Hex color #C8460C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8460C is #37B9F3. Grayscale: #666666. Windows color (decimal): -3652084 or 804552. OLE color: 804552.

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

Color convert

RGB 200 70 12 -
CMYK 0 0.65 0.94 0.22
HSL 18.51º 0.89% 0.42% -
HSV(B) 18.51º 0.94% 0.78% -
XYZ 26.08 16.69 2.19 -
YUV 102.26 77.07 197.72 -
System Red Green Blue C M Y K H S L
Decimal 200 70 12 0 0.65 0.94 0.22 18.51 0.89 0.42
Hex C8 46 C 0 41 5E 16 13 59 2A
Octal 310 106 14 0 101 136 26 23 131 52
Binary 11001000 1000110 1100 0 1000001 1011110 10110 10011 1011001 101010

Color Harmonies of #C8460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8460C

Black with #C8460C

Text Example


Text Example

White with #C8460C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8460C; }

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

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

background-color css

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

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

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

border-color css

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

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

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