#B24800

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

Shades of Rust #B24800

Tints of Rust #B24800

Color information

#B24800 (or 0xB24800) is unknown color: approx Rust. HEX triplet: B2, 48 and 00. RGB value is (178,72,0). Sum of RGB (Red+Green+Blue) = 178+72+0=250 (33% of max value = 765). Red value is 178 (69.92% from 255 or 71.2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 178 - color contains mainly: red. Hex color #B24800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B24800 is #4DB7FF. Grayscale: #5F5F5F. Windows color (decimal): -5093376 or 18610. OLE color: 18610.

HSL color Cylindrical-coordinate representation of color #B24800: hue angle of 24.27º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B24800 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.30.

Color convert

RGB178720-
CMYK00.6010.30
HSL24.27º100%34.9%-
HSV(B)24.27º100%69.8%-
XYZ20.6814.11.63-
YUV95.4974.12186.85-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 71.2%
GREEN value IS 72 (28.52% from 255) = 28.8%
BLUE value IS 0 (0.39% from 255) = 0%
R=71.2%
G=28.8%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 1
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17872000.6010.3024.2710034.9
HexB248003C641E186423
Octal2621100074144363014443
Binary10110010100100000111100110010011110110001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B24800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B24800; }

 p { color: rgb(178,72,0); }

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

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

 a { background-color: rgb(178,72,0); }

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

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

 span { border-color: rgb(178,72,0); }

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