#B43A02

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

Shades of Rust #B43A02

Tints of Rust #B43A02

Color information

#B43A02 (or 0xB43A02) is unknown color: approx Rust. HEX triplet: B4, 3A and 02. RGB value is (180,58,2). Sum of RGB (Red+Green+Blue) = 180+58+2=240 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43A02 is #4BC5FD. Grayscale: #585858. Windows color (decimal): -4965886 or 146100. OLE color: 146100.

HSL color Cylindrical-coordinate representation of color #B43A02: hue angle of 18.88º 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 #B43A02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB180582-
CMYK00.680.990.29
HSL18.88º97.8%35.69%-
HSV(B)18.88º98.89%70.59%-
XYZ20.3512.731.44-
YUV88.0979.42193.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75%
GREEN value IS 58 (23.05% from 255) = 24.17%
BLUE value IS 2 (1.17% from 255) = 0.83%
R=75%
G=24.17%
B=0.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18058200.680.990.2918.8897.835.69
HexB43A2044631D136224
Octal2647220104143352314244
Binary101101001110101001000100110001111101100111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A02; }

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

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

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

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

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

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

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

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