Html Css Color HEX #C84710 Rust

📋 copy color: '#C84710'

red 200 ◦ green 71 ◦ blue 16

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

Shades of Rust #C84710

Tints of Rust #C84710

RGB

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

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

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

R = 69.69%
G = 24.74%
B = 5.57%

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

#C84710 (or 0xC84710) is known color: Rust. HEX triplet: C8, 47 and 10. RGB value is (200,71,16). Sum of RGB (Red+Green+Blue) = 200+71+16=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 71 (28.12% from 255 or 24.74% from 287); Blue value is 16 (6.64% from 255 or 5.57% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C84710 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84710 is #37B8EF. Grayscale: #676767. Windows color (decimal): -3651824 or 1066952. OLE color: 1066952.

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

Color convert

RGB 200 71 16 -
CMYK 0 0.64 0.92 0.22
HSL 17.93º 0.85% 0.42% -
HSV(B) 17.93º 0.92% 0.78% -
XYZ 26.17 16.82 2.36 -
YUV 103.3 78.74 196.97 -
System Red Green Blue C M Y K H S L
Decimal 200 71 16 0 0.64 0.92 0.22 17.93 0.85 0.42
Hex C8 47 10 0 40 5C 16 12 55 2A
Octal 310 107 20 0 100 134 26 22 125 52
Binary 11001000 1000111 10000 0 1000000 1011100 10110 10010 1010101 101010

Color Harmonies of #C84710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84710

Black with #C84710

Text Example


Text Example

White with #C84710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84710; }

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

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

background-color css

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

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

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

border-color css

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

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

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