Html Css Color HEX #C8470F Rust

📋 copy color: '#C8470F'

red 200 ◦ green 71 ◦ blue 15

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

Shades of Rust #C8470F

Tints of Rust #C8470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.83%

 BLUE value IS 15 (6.25% from 255) = 5.24%

R = 69.93%
G = 24.83%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C8470F (or 0xC8470F) is known color: Rust. HEX triplet: C8, 47 and 0F. RGB value is (200,71,15). Sum of RGB (Red+Green+Blue) = 200+71+15=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 71 (28.12% from 255 or 24.83% from 286); Blue value is 15 (6.25% from 255 or 5.24% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C8470F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8470F is #37B8F0. Grayscale: #676767. Windows color (decimal): -3651825 or 1001416. OLE color: 1001416.

HSL color Cylindrical-coordinate representation of color #C8470F: hue angle of 18.16º degrees, saturation: 0.86, 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 #C8470F is Cyan = 0, Magento = 0.64, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 15 -
CMYK 0 0.64 0.92 0.22
HSL 18.16º 0.86% 0.42% -
HSV(B) 18.16º 0.93% 0.78% -
XYZ 26.16 16.82 2.32 -
YUV 103.19 78.24 197.05 -
System Red Green Blue C M Y K H S L
Decimal 200 71 15 0 0.64 0.92 0.22 18.16 0.86 0.42
Hex C8 47 F 0 40 5C 16 12 56 2A
Octal 310 107 17 0 100 134 26 22 126 52
Binary 11001000 1000111 1111 0 1000000 1011100 10110 10010 1010110 101010

Color Harmonies of #C8470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8470F

Black with #C8470F

Text Example


Text Example

White with #C8470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8470F; }

 p { color: rgb(200,71,15); }

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

background-color css

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

 a { background-color: rgb(200,71,15); }

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

border-color css

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

 span { border-color: rgb(200,71,15); }

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