#B43F09

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

Shades of Rust #B43F09

Tints of Rust #B43F09

Color information

#B43F09 (or 0xB43F09) is unknown color: approx Rust. HEX triplet: B4, 3F and 09. RGB value is (180,63,9). Sum of RGB (Red+Green+Blue) = 180+63+9=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 9 (3.91% from 255 or 3.57% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43F09 is #4BC0F6. Grayscale: #5C5C5C. Windows color (decimal): -4964599 or 606132. OLE color: 606132.

HSL color Cylindrical-coordinate representation of color #B43F09: hue angle of 18.95º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B43F09 is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.29.

Color convert

RGB180639-
CMYK00.650.950.29
HSL18.95º90.48%37.06%-
HSV(B)18.95º95%70.59%-
XYZ20.6513.281.73-
YUV91.8381.26190.89-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.43%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 9 (3.91% from 255) = 3.57%
R=71.43%
G=25%
B=3.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.95
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18063900.650.950.2918.9590.4837.06
HexB43F90415F1D135a25
Octal26477110101137352313245
Binary10110100111111100101000001101111111101100111011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43F09; }

 p { color: rgb(180,63,9); }

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

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

 a { background-color: rgb(180,63,9); }

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

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

 span { border-color: rgb(180,63,9); }

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