#B6500A

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

Shades of Rust #B6500A

Tints of Rust #B6500A

Color information

#B6500A (or 0xB6500A) is unknown color: approx Rust. HEX triplet: B6, 50 and 0A. RGB value is (182,80,10). Sum of RGB (Red+Green+Blue) = 182+80+10=272 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.91% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 182 - color contains mainly: red. Hex color #B6500A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6500A is #49AFF5. Grayscale: #666666. Windows color (decimal): -4829174 or 676022. OLE color: 676022.

HSL color Cylindrical-coordinate representation of color #B6500A: hue angle of 24.42º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6500A is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB1828010-
CMYK00.560.950.29
HSL24.42º89.58%37.65%-
HSV(B)24.42º94.51%71.37%-
XYZ22.2115.72.15-
YUV102.5275.79184.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 66.91%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=66.91%
G=29.41%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182801000.560.950.2924.4289.5837.65
HexB650A0385F1D185a26
Octal26612012070137353013246
Binary10110110101000010100111000101111111101110001011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6500A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6500A; }

 p { color: rgb(182,80,10); }

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

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

 a { background-color: rgb(182,80,10); }

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

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

 span { border-color: rgb(182,80,10); }

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