#B2300F

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

Shades of Rust #B2300F

Tints of Rust #B2300F

Color information

#B2300F (or 0xB2300F) is unknown color: approx Rust. HEX triplet: B2, 30 and 0F. RGB value is (178,48,15). Sum of RGB (Red+Green+Blue) = 178+48+15=241 (31% of max value = 765). Red value is 178 (69.92% from 255 or 73.86% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 178 - color contains mainly: red. Hex color #B2300F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B2300F is #4DCFF0. Grayscale: #535353. Windows color (decimal): -5099505 or 995506. OLE color: 995506.

HSL color Cylindrical-coordinate representation of color #B2300F: hue angle of 12.15º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B2300F is Cyan = 0, Magento = 0.73, Yellow = 0.92 and Black (K on CMYK) = 0.30.

Color convert

RGB1784815-
CMYK00.730.920.30
HSL12.15º84.46%37.84%-
HSV(B)12.15º91.57%69.8%-
XYZ19.511.611.67-
YUV83.1189.57195.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 73.86%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 15 (6.25% from 255) = 6.22%
R=73.86%
G=19.92%
B=6.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.92
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178481500.730.920.3012.1584.4637.84
HexB230F0495C1Ec5426
Octal26260170111134361412446
Binary1011001011000011110100100110111001111011001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2300F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2300F; }

 p { color: rgb(178,48,15); }

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

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

 a { background-color: rgb(178,48,15); }

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

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

 span { border-color: rgb(178,48,15); }

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