#B22501

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

Shades of Rust #B22501

Tints of Rust #B22501

Color information

#B22501 (or 0xB22501) is unknown color: approx Rust. HEX triplet: B2, 25 and 01. RGB value is (178,37,1). Sum of RGB (Red+Green+Blue) = 178+37+1=216 (28% of max value = 765). Red value is 178 (69.92% from 255 or 82.41% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 178 - color contains mainly: red. Hex color #B22501 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22501 is #4DDAFE. Grayscale: #4B4B4B. Windows color (decimal): -5102335 or 75186. OLE color: 75186.

HSL color Cylindrical-coordinate representation of color #B22501: hue angle of 12.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B22501 is Cyan = 0, Magento = 0.79, Yellow = 0.99 and Black (K on CMYK) = 0.30.

Color convert

RGB178371-
CMYK00.790.990.30
HSL12.2º98.88%35.1%-
HSV(B)12.2º99.44%69.8%-
XYZ19.0310.791.11-
YUV75.0686.21201.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 82.41%
GREEN value IS 37 (14.84% from 255) = 17.13%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=82.41%
G=17.13%
B=0.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17837100.790.990.3012.298.8835.1
HexB225104F631Ec6323
Octal2624510117143361414343
Binary1011001010010110100111111000111111011001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22501; }

 p { color: rgb(178,37,1); }

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

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

 a { background-color: rgb(178,37,1); }

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

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

 span { border-color: rgb(178,37,1); }

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