#B02704

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

Shades of Rust #B02704

Tints of Rust #B02704

Color information

#B02704 (or 0xB02704) is unknown color: approx Rust. HEX triplet: B0, 27 and 04. RGB value is (176,39,4). Sum of RGB (Red+Green+Blue) = 176+39+4=219 (29% of max value = 765). Red value is 176 (69.14% from 255 or 80.37% from 219); Green value is 39 (15.62% from 255 or 17.81% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 176 - color contains mainly: red. Hex color #B02704 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B02704 is #4FD8FB. Grayscale: #4C4C4C. Windows color (decimal): -5232892 or 272304. OLE color: 272304.

HSL color Cylindrical-coordinate representation of color #B02704: hue angle of 12.21º degrees, saturation: 0.96, 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 #B02704 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.31.

Color convert

RGB176394-
CMYK00.780.980.31
HSL12.21º95.56%35.29%-
HSV(B)12.21º97.73%69.02%-
XYZ18.6510.691.2-
YUV75.9787.39199.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 80.37%
GREEN value IS 39 (15.62% from 255) = 17.81%
BLUE value IS 4 (1.95% from 255) = 1.83%
R=80.37%
G=17.81%
B=1.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17639400.780.980.3112.2195.5635.29
HexB027404E621Fc6023
Octal2604740116142371414043
Binary101100001001111000100111011000101111111001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B02704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B02704; }

 p { color: rgb(176,39,4); }

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

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

 a { background-color: rgb(176,39,4); }

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

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

 span { border-color: rgb(176,39,4); }

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