#B34C1B

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

Shades of Rust #B34C1B

Tints of Rust #B34C1B

Color information

#B34C1B (or 0xB34C1B) is unknown color: approx Rust. HEX triplet: B3, 4C and 1B. RGB value is (179,76,27). Sum of RGB (Red+Green+Blue) = 179+76+27=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 27 (10.94% from 255 or 9.57% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C1B is #4CB3E4. Grayscale: #656565. Windows color (decimal): -5026789 or 1789107. OLE color: 1789107.

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

Color convert

RGB1797627-
CMYK00.580.850.30
HSL19.34º73.79%40.39%-
HSV(B)19.34º84.92%70.2%-
XYZ21.3714.832.77-
YUV101.2186.12183.48-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.48%
GREEN value IS 76 (30.08% from 255) = 26.95%
BLUE value IS 27 (10.94% from 255) = 9.57%
R=63.48%
G=26.95%
B=9.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.85
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179762700.580.850.3019.3473.7940.39
HexB34C1B03A551E134a28
Octal26311433072125362311250
Binary101100111001100110110111010101010111110100111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C1B; }

 p { color: rgb(179,76,27); }

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

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

 a { background-color: rgb(179,76,27); }

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

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

 span { border-color: rgb(179,76,27); }

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