#B52C02

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

Shades of Rust #B52C02

Tints of Rust #B52C02

Color information

#B52C02 (or 0xB52C02) is unknown color: approx Rust. HEX triplet: B5, 2C and 02. RGB value is (181,44,2). Sum of RGB (Red+Green+Blue) = 181+44+2=227 (30% of max value = 765). Red value is 181 (71.09% from 255 or 79.74% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52C02 is #4AD3FD. Grayscale: #505050. Windows color (decimal): -4903934 or 142517. OLE color: 142517.

HSL color Cylindrical-coordinate representation of color #B52C02: hue angle of 14.08º 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 #B52C02 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB181442-
CMYK00.760.990.29
HSL14.08º97.81%35.88%-
HSV(B)14.08º98.9%70.98%-
XYZ19.9711.631.25-
YUV80.1883.89199.92-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 79.74%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=79.74%
G=19.38%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18144200.760.990.2914.0897.8135.88
HexB52C204C631De6224
Octal2655420114143351614244
Binary10110101101100100100110011000111110111101100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B52C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B52C02; }

 p { color: rgb(181,44,2); }

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

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

 a { background-color: rgb(181,44,2); }

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

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

 span { border-color: rgb(181,44,2); }

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