#B42D02

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

Shades of Rust #B42D02

Tints of Rust #B42D02

Color information

#B42D02 (or 0xB42D02) is unknown color: approx Rust. HEX triplet: B4, 2D and 02. RGB value is (180,45,2). Sum of RGB (Red+Green+Blue) = 180+45+2=227 (30% of max value = 765). Red value is 180 (70.70% from 255 or 79.30% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42D02 is #4BD2FD. Grayscale: #505050. Windows color (decimal): -4969214 or 142772. OLE color: 142772.

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

Color convert

RGB180452-
CMYK00.750.990.29
HSL14.49º97.8%35.69%-
HSV(B)14.49º98.89%70.59%-
XYZ19.7711.581.25-
YUV80.4683.73199-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 79.30%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=79.30%
G=19.82%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18045200.750.990.2914.4997.835.69
HexB42D204B631De6224
Octal2645520113143351614244
Binary10110100101101100100101111000111110111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42D02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42D02; }

 p { color: rgb(180,45,2); }

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

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

 a { background-color: rgb(180,45,2); }

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

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

 span { border-color: rgb(180,45,2); }

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