#B04E02

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

Shades of Rust #B04E02

Tints of Rust #B04E02

Color information

#B04E02 (or 0xB04E02) is unknown color: approx Rust. HEX triplet: B0, 4E and 02. RGB value is (176,78,2). Sum of RGB (Red+Green+Blue) = 176+78+2=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B04E02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04E02 is #4FB1FD. Grayscale: #636363. Windows color (decimal): -5222910 or 151216. OLE color: 151216.

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

Color convert

RGB176782-
CMYK00.560.990.31
HSL26.21º97.75%34.9%-
HSV(B)26.21º98.86%69.02%-
XYZ20.6414.681.8-
YUV98.6473.47183.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 68.75%
GREEN value IS 78 (30.86% from 255) = 30.47%
BLUE value IS 2 (1.17% from 255) = 0.78%
R=68.75%
G=30.47%
B=0.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17678200.560.990.3126.2197.7534.9
HexB04E2038631F1a6223
Octal2601162070143373214243
Binary101100001001110100111000110001111111110101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04E02; }

 p { color: rgb(176,78,2); }

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

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

 a { background-color: rgb(176,78,2); }

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

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

 span { border-color: rgb(176,78,2); }

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