Html Css Color HEX #C84616 Rust

📋 copy color: '#C84616'

red 200 ◦ green 70 ◦ blue 22

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

Shades of Rust #C84616

Tints of Rust #C84616

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.97%

 BLUE value IS 22 (8.98% from 255) = 7.53%

R = 68.49%
G = 23.97%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.22

RGB Variations

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

Color information

#C84616 (or 0xC84616) is known color: Rust. HEX triplet: C8, 46 and 16. RGB value is (200,70,22). Sum of RGB (Red+Green+Blue) = 200+70+22=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 22 (8.98% from 255 or 7.53% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C84616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84616 is #37B9E9. Grayscale: #676767. Windows color (decimal): -3652074 or 1459912. OLE color: 1459912.

HSL color Cylindrical-coordinate representation of color #C84616: hue angle of 16.18º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C84616 is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 70 22 -
CMYK 0 0.65 0.89 0.22
HSL 16.18º 0.8% 0.44% -
HSV(B) 16.18º 0.89% 0.78% -
XYZ 26.15 16.72 2.61 -
YUV 103.4 82.07 196.9 -
System Red Green Blue C M Y K H S L
Decimal 200 70 22 0 0.65 0.89 0.22 16.18 0.8 0.44
Hex C8 46 16 0 41 59 16 10 50 2C
Octal 310 106 26 0 101 131 26 20 120 54
Binary 11001000 1000110 10110 0 1000001 1011001 10110 10000 1010000 101100

Color Harmonies of #C84616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84616

Black with #C84616

Text Example


Text Example

White with #C84616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84616; }

 p { color: rgb(200,70,22); }

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

background-color css

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

 a { background-color: rgb(200,70,22); }

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

border-color css

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

 span { border-color: rgb(200,70,22); }

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