#B02A03

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

Shades of Rust #B02A03

Tints of Rust #B02A03

Color information

#B02A03 (or 0xB02A03) is unknown color: approx Rust. HEX triplet: B0, 2A and 03. RGB value is (176,42,3). Sum of RGB (Red+Green+Blue) = 176+42+3=221 (29% of max value = 765). Red value is 176 (69.14% from 255 or 79.64% from 221); Green value is 42 (16.80% from 255 or 19.00% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02A03 is #4FD5FC. Grayscale: #4D4D4D. Windows color (decimal): -5232125 or 207536. OLE color: 207536.

HSL color Cylindrical-coordinate representation of color #B02A03: hue angle of 13.53º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B02A03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB176423-
CMYK00.760.980.31
HSL13.53º96.65%35.1%-
HSV(B)13.53º98.3%69.02%-
XYZ18.7510.891.2-
YUV77.6285.89198.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 79.64%
GREEN value IS 42 (16.80% from 255) = 19.00%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=79.64%
G=19.00%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17642300.760.980.3113.5396.6535.1
HexB02A304C621Fe6123
Octal2605230114142371614143
Binary10110000101010110100110011000101111111101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02A03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02A03; }

 p { color: rgb(176,42,3); }

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

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

 a { background-color: rgb(176,42,3); }

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

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

 span { border-color: rgb(176,42,3); }

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