#B23419

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

Shades of Rust #B23419

Tints of Rust #B23419

Color information

#B23419 (or 0xB23419) is unknown color: approx Rust. HEX triplet: B2, 34 and 19. RGB value is (178,52,25). Sum of RGB (Red+Green+Blue) = 178+52+25=255 (33% of max value = 765). Red value is 178 (69.92% from 255 or 69.80% from 255); Green value is 52 (20.70% from 255 or 20.39% from 255); Blue value is 25 (10.16% from 255 or 9.80% from 255); Max value from RGB is 178 - color contains mainly: red. Hex color #B23419 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B23419 is #4DCBE6. Grayscale: #565656. Windows color (decimal): -5098471 or 1651890. OLE color: 1651890.

HSL color Cylindrical-coordinate representation of color #B23419: hue angle of 10.59º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B23419 is Cyan = 0, Magento = 0.71, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB1785225-
CMYK00.710.860.30
HSL10.59º75.37%39.8%-
HSV(B)10.59º85.96%69.8%-
XYZ19.7611.992.19-
YUV86.693.24193.2-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 69.80%
GREEN value IS 52 (20.70% from 255) = 20.39%
BLUE value IS 25 (10.16% from 255) = 9.80%
R=69.80%
G=20.39%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178522500.710.860.3010.5975.3739.8
HexB23419047561Eb4b28
Octal26264310107126361311350
Binary10110010110100110010100011110101101111010111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23419; }

 p { color: rgb(178,52,25); }

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

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

 a { background-color: rgb(178,52,25); }

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

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

 span { border-color: rgb(178,52,25); }

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