#B42B00

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

Shades of Rust #B42B00

Tints of Rust #B42B00

Color information

#B42B00 (or 0xB42B00) is unknown color: approx Rust. HEX triplet: B4, 2B and 00. RGB value is (180,43,0). Sum of RGB (Red+Green+Blue) = 180+43+0=223 (29% of max value = 765). Red value is 180 (70.70% from 255 or 80.72% from 223); Green value is 43 (17.19% from 255 or 19.28% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42B00 is #4BD4FF. Grayscale: #4F4F4F. Windows color (decimal): -4969728 or 11188. OLE color: 11188.

HSL color Cylindrical-coordinate representation of color #B42B00: hue angle of 14.33º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B42B00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.29.

Color convert

RGB180430-
CMYK00.7610.29
HSL14.33º100%35.29%-
HSV(B)14.33º100%70.59%-
XYZ19.6911.431.17-
YUV79.0683.39200-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 80.72%
GREEN value IS 43 (17.19% from 255) = 19.28%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.72%
G=19.28%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18043000.7610.2914.3310035.29
HexB42B004C641De6423
Octal2645300114144351614443
Binary1011010010101100100110011001001110111101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42B00; }

 p { color: rgb(180,43,0); }

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

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

 a { background-color: rgb(180,43,0); }

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

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

 span { border-color: rgb(180,43,0); }

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