Html Css Color HEX #C84510 Rust

📋 copy color: '#C84510'

red 200 ◦ green 69 ◦ blue 16

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

Shades of Rust #C84510

Tints of Rust #C84510

RGB

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

 GREEN value IS 69 (27.34% from 255) = 24.21%

 BLUE value IS 16 (6.64% from 255) = 5.61%

R = 70.18%
G = 24.21%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C84510 (or 0xC84510) is known color: Rust. HEX triplet: C8, 45 and 10. RGB value is (200,69,16). Sum of RGB (Red+Green+Blue) = 200+69+16=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 16 (6.64% from 255 or 5.61% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C84510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84510 is #37BAEF. Grayscale: #666666. Windows color (decimal): -3652336 or 1066440. OLE color: 1066440.

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

Color convert

RGB 200 69 16 -
CMYK 0 0.66 0.92 0.22
HSL 17.28º 0.85% 0.42% -
HSV(B) 17.28º 0.92% 0.78% -
XYZ 26.04 16.57 2.32 -
YUV 102.13 79.4 197.81 -
System Red Green Blue C M Y K H S L
Decimal 200 69 16 0 0.66 0.92 0.22 17.28 0.85 0.42
Hex C8 45 10 0 42 5C 16 11 55 2A
Octal 310 105 20 0 102 134 26 21 125 52
Binary 11001000 1000101 10000 0 1000010 1011100 10110 10001 1010101 101010

Color Harmonies of #C84510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84510

Black with #C84510

Text Example


Text Example

White with #C84510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84510; }

 p { color: rgb(200,69,16); }

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

background-color css

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

 a { background-color: rgb(200,69,16); }

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

border-color css

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

 span { border-color: rgb(200,69,16); }

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