Html Css Color HEX #C8470D Rust

📋 copy color: '#C8470D'

red 200 ◦ green 71 ◦ blue 13

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

Shades of Rust #C8470D

Tints of Rust #C8470D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 70.42%
G = 25%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C8470D (or 0xC8470D) is known color: Rust. HEX triplet: C8, 47 and 0D. RGB value is (200,71,13). Sum of RGB (Red+Green+Blue) = 200+71+13=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 71 (28.12% from 255 or 25% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8470D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8470D is #37B8F2. Grayscale: #676767. Windows color (decimal): -3651827 or 870344. OLE color: 870344.

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

Color convert

RGB 200 71 13 -
CMYK 0 0.64 0.94 0.22
HSL 18.61º 0.88% 0.42% -
HSV(B) 18.61º 0.94% 0.78% -
XYZ 26.15 16.81 2.25 -
YUV 102.96 77.24 197.22 -
System Red Green Blue C M Y K H S L
Decimal 200 71 13 0 0.64 0.94 0.22 18.61 0.88 0.42
Hex C8 47 D 0 40 5E 16 13 58 2A
Octal 310 107 15 0 100 136 26 23 130 52
Binary 11001000 1000111 1101 0 1000000 1011110 10110 10011 1011000 101010

Color Harmonies of #C8470D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8470D

Black with #C8470D

Text Example


Text Example

White with #C8470D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8470D; }

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

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

background-color css

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

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

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

border-color css

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

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

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