Html Css Color HEX #C84712 Rust

📋 copy color: '#C84712'

red 200 ◦ green 71 ◦ blue 18

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

Shades of Rust #C84712

Tints of Rust #C84712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.23%

R = 69.2%
G = 24.57%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C84712 (or 0xC84712) is known color: Rust. HEX triplet: C8, 47 and 12. RGB value is (200,71,18). Sum of RGB (Red+Green+Blue) = 200+71+18=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C84712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84712 is #37B8ED. Grayscale: #676767. Windows color (decimal): -3651822 or 1198024. OLE color: 1198024.

HSL color Cylindrical-coordinate representation of color #C84712: hue angle of 17.47º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C84712 is Cyan = 0, Magento = 0.64, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 18 -
CMYK 0 0.64 0.91 0.22
HSL 17.47º 0.83% 0.43% -
HSV(B) 17.47º 0.91% 0.78% -
XYZ 26.18 16.83 2.44 -
YUV 103.53 79.74 196.81 -
System Red Green Blue C M Y K H S L
Decimal 200 71 18 0 0.64 0.91 0.22 17.47 0.83 0.43
Hex C8 47 12 0 40 5B 16 11 53 2B
Octal 310 107 22 0 100 133 26 21 123 53
Binary 11001000 1000111 10010 0 1000000 1011011 10110 10001 1010011 101011

Color Harmonies of #C84712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84712

Black with #C84712

Text Example


Text Example

White with #C84712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84712; }

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

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

background-color css

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

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

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

border-color css

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

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

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