#B62800

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

Shades of Rust #B62800

Tints of Rust #B62800

Color information

#B62800 (or 0xB62800) is unknown color: approx Rust. HEX triplet: B6, 28 and 00. RGB value is (182,40,0). Sum of RGB (Red+Green+Blue) = 182+40+0=222 (29% of max value = 765). Red value is 182 (71.48% from 255 or 81.98% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 182 - color contains mainly: red. Hex color #B62800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B62800 is #49D7FF. Grayscale: #4E4E4E. Windows color (decimal): -4839424 or 10422. OLE color: 10422.

HSL color Cylindrical-coordinate representation of color #B62800: hue angle of 13.19º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B62800 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB182400-
CMYK00.7810.29
HSL13.19º100%35.69%-
HSV(B)13.19º100%71.37%-
XYZ20.0511.461.16-
YUV77.984.04202.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 81.98%
GREEN value IS 40 (16.02% from 255) = 18.02%
BLUE value IS 0 (0.39% from 255) = 0%
R=81.98%
G=18.02%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18240000.7810.2913.1910035.69
HexB628004E641Dd6424
Octal2665000116144351514444
Binary1011011010100000100111011001001110111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62800; }

 p { color: rgb(182,40,0); }

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

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

 a { background-color: rgb(182,40,0); }

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

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

 span { border-color: rgb(182,40,0); }

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