#B75002

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

Shades of Rust #B75002

Tints of Rust #B75002

Color information

#B75002 (or 0xB75002) is unknown color: approx Rust. HEX triplet: B7, 50 and 02. RGB value is (183,80,2). Sum of RGB (Red+Green+Blue) = 183+80+2=265 (35% of max value = 765). Red value is 183 (71.88% from 255 or 69.06% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 2 (1.17% from 255 or 0.75% from 265); Max value from RGB is 183 - color contains mainly: red. Hex color #B75002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B75002 is #48AFFD. Grayscale: #666666. Windows color (decimal): -4763646 or 151735. OLE color: 151735.

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

Color convert

RGB183802-
CMYK00.560.990.28
HSL25.86º97.84%36.27%-
HSV(B)25.86º98.91%71.76%-
XYZ22.4115.811.93-
YUV101.971.62185.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 69.06%
GREEN value IS 80 (31.64% from 255) = 30.19%
BLUE value IS 2 (1.17% from 255) = 0.75%
R=69.06%
G=30.19%
B=0.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18380200.560.990.2825.8697.8436.27
HexB7502038631C1a6224
Octal2671202070143343214244
Binary101101111010000100111000110001111100110101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75002; }

 p { color: rgb(183,80,2); }

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

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

 a { background-color: rgb(183,80,2); }

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

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

 span { border-color: rgb(183,80,2); }

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