#C84B11

Color #C84B11 Rust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rust #C84B11

Tints of Rust #C84B11

Color information

#C84B11 (or 0xC84B11) is unknown color: approx Rust. HEX triplet: C8, 4B and 11. RGB value is (200,75,17). Sum of RGB (Red+Green+Blue) = 200+75+17=292 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.49% from 292); Green value is 75 (29.69% from 255 or 25.68% from 292); Blue value is 17 (7.03% from 255 or 5.82% from 292); Max value from RGB is 200 - color contains mainly: red. Hex color #C84B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84B11 is #37B4EE. Grayscale: #6A6A6A. Windows color (decimal): -3650799 or 1133512. OLE color: 1133512.

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

Color convert

RGB2007517-
CMYK00.620.920.22
HSL19.02º84.33%42.55%-
HSV(B)19.02º91.5%78.43%-
XYZ26.4417.352.49-
YUV105.7677.91195.22-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 68.49%
GREEN value IS 75 (29.69% from 255) = 25.68%
BLUE value IS 17 (7.03% from 255) = 5.82%
R=68.49%
G=25.68%
B=5.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200751700.620.920.2219.0284.3342.55
HexC84B1103E5C1613542b
Octal31011321076134262312453
Binary110010001001011100010111110101110010110100111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84B11; }

 p { color: rgb(200,75,17); }

 H1.HeaderClassName
 {
   color: #C84B11;
 }
 .AnyTagClassName
 {
   color: #C84B11;
 }
</style>
background-color css

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

 a { background-color: rgb(200,75,17); }

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

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

 span { border-color: rgb(200,75,17); }

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