#B43002

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

Shades of Rust #B43002

Tints of Rust #B43002

Color information

#B43002 (or 0xB43002) is unknown color: approx Rust. HEX triplet: B4, 30 and 02. RGB value is (180,48,2). Sum of RGB (Red+Green+Blue) = 180+48+2=230 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.26% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 180 - color contains mainly: red. Hex color #B43002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43002 is #4BCFFD. Grayscale: #525252. Windows color (decimal): -4968446 or 143540. OLE color: 143540.

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

Color convert

RGB180482-
CMYK00.730.990.29
HSL15.51º97.8%35.69%-
HSV(B)15.51º98.89%70.59%-
XYZ19.8911.821.29-
YUV82.2282.73197.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 78.26%
GREEN value IS 48 (19.14% from 255) = 20.87%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=78.26%
G=20.87%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18048200.730.990.2915.5197.835.69
HexB4302049631D106224
Octal2646020111143352014244
Binary101101001100001001001001110001111101100001100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43002; }

 p { color: rgb(180,48,2); }

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

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

 a { background-color: rgb(180,48,2); }

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

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

 span { border-color: rgb(180,48,2); }

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