Html Css Color HEX #C8470C Rust

📋 copy color: '#C8470C'

red 200 ◦ green 71 ◦ blue 12

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

Shades of Rust #C8470C

Tints of Rust #C8470C

RGB

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

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

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

R = 70.67%
G = 25.09%
B = 4.24%

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

#C8470C (or 0xC8470C) is known color: Rust. HEX triplet: C8, 47 and 0C. RGB value is (200,71,12). Sum of RGB (Red+Green+Blue) = 200+71+12=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 71 (28.12% from 255 or 25.09% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8470C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C8470C is #37B8F3. Grayscale: #676767. Windows color (decimal): -3651828 or 804808. OLE color: 804808.

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

Color convert

RGB 200 71 12 -
CMYK 0 0.64 0.94 0.22
HSL 18.83º 0.89% 0.42% -
HSV(B) 18.83º 0.94% 0.78% -
XYZ 26.14 16.81 2.22 -
YUV 102.85 76.74 197.3 -
System Red Green Blue C M Y K H S L
Decimal 200 71 12 0 0.64 0.94 0.22 18.83 0.89 0.42
Hex C8 47 C 0 40 5E 16 13 59 2A
Octal 310 107 14 0 100 136 26 23 131 52
Binary 11001000 1000111 1100 0 1000000 1011110 10110 10011 1011001 101010

Color Harmonies of #C8470C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8470C

Black with #C8470C

Text Example


Text Example

White with #C8470C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8470C; }

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

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

background-color css

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

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

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

border-color css

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

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

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