#B93001

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

Shades of Rust #B93001

Tints of Rust #B93001

Color information

#B93001 (or 0xB93001) is unknown color: approx Rust. HEX triplet: B9, 30 and 01. RGB value is (185,48,1). Sum of RGB (Red+Green+Blue) = 185+48+1=234 (30% of max value = 765). Red value is 185 (72.66% from 255 or 79.06% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 1 (0.78% from 255 or 0.43% from 234); Max value from RGB is 185 - color contains mainly: red. Hex color #B93001 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93001 is #46CFFE. Grayscale: #535353. Windows color (decimal): -4640767 or 78009. OLE color: 78009.

HSL color Cylindrical-coordinate representation of color #B93001: hue angle of 15.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B93001 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB185481-
CMYK00.740.990.27
HSL15.33º98.92%36.47%-
HSV(B)15.33º99.46%72.55%-
XYZ21.0712.431.32-
YUV83.681.39200.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 79.06%
GREEN value IS 48 (19.14% from 255) = 20.51%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=79.06%
G=20.51%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.99
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18548100.740.990.2715.3398.9236.47
HexB930104A631Bf6324
Octal2716010112143331714344
Binary1011100111000010100101011000111101111111100011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93001; }

 p { color: rgb(185,48,1); }

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

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

 a { background-color: rgb(185,48,1); }

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

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

 span { border-color: rgb(185,48,1); }

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