#B42F0A

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

Shades of Rust #B42F0A

Tints of Rust #B42F0A

Color information

#B42F0A (or 0xB42F0A) is unknown color: approx Rust. HEX triplet: B4, 2F and 0A. RGB value is (180,47,10). Sum of RGB (Red+Green+Blue) = 180+47+10=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 10 (4.30% from 255 or 4.22% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42F0A is #4BD0F5. Grayscale: #525252. Windows color (decimal): -4968694 or 667572. OLE color: 667572.

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

Color convert

RGB1804710-
CMYK00.740.940.29
HSL13.06º89.47%37.25%-
HSV(B)13.06º94.44%70.59%-
XYZ19.8911.761.51-
YUV82.5587.06197.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 75.95%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 10 (4.30% from 255) = 4.22%
R=75.95%
G=19.83%
B=4.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180471000.740.940.2913.0689.4737.25
HexB42FA04A5E1Dd5925
Octal26457120112136351513145
Binary1011010010111110100100101010111101110111011011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42F0A; }

 p { color: rgb(180,47,10); }

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

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

 a { background-color: rgb(180,47,10); }

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

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

 span { border-color: rgb(180,47,10); }

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