#B22803

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

Shades of Rust #B22803

Tints of Rust #B22803

Color information

#B22803 (or 0xB22803) is unknown color: approx Rust. HEX triplet: B2, 28 and 03. RGB value is (178,40,3). Sum of RGB (Red+Green+Blue) = 178+40+3=221 (29% of max value = 765). Red value is 178 (69.92% from 255 or 80.54% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 3 (1.56% from 255 or 1.36% from 221); Max value from RGB is 178 - color contains mainly: red. Hex color #B22803 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B22803 is #4DD7FC. Grayscale: #4D4D4D. Windows color (decimal): -5101565 or 207026. OLE color: 207026.

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

Color convert

RGB178403-
CMYK00.780.980.30
HSL12.69º96.69%35.49%-
HSV(B)12.69º98.31%69.8%-
XYZ19.1410.991.2-
YUV77.0486.22200.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 80.54%
GREEN value IS 40 (16.02% from 255) = 18.10%
BLUE value IS 3 (1.56% from 255) = 1.36%
R=80.54%
G=18.10%
B=1.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17840300.780.980.3012.6996.6935.49
HexB228304E621Ed6123
Octal2625030116142361514143
Binary10110010101000110100111011000101111011011100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22803; }

 p { color: rgb(178,40,3); }

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

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

 a { background-color: rgb(178,40,3); }

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

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

 span { border-color: rgb(178,40,3); }

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