#B34C1C

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

Shades of Rust #B34C1C

Tints of Rust #B34C1C

Color information

#B34C1C (or 0xB34C1C) is unknown color: approx Rust. HEX triplet: B3, 4C and 1C. RGB value is (179,76,28). Sum of RGB (Red+Green+Blue) = 179+76+28=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B34C1C is #4CB3E3. Grayscale: #656565. Windows color (decimal): -5026788 or 1854643. OLE color: 1854643.

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

Color convert

RGB1797628-
CMYK00.580.840.30
HSL19.07º72.95%40.59%-
HSV(B)19.07º84.36%70.2%-
XYZ21.3814.842.84-
YUV101.3286.62183.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.25%
GREEN value IS 76 (30.08% from 255) = 26.86%
BLUE value IS 28 (11.33% from 255) = 9.89%
R=63.25%
G=26.86%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.84
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179762800.580.840.3019.0772.9540.59
HexB34C1C03A541E134929
Octal26311434072124362311151
Binary101100111001100111000111010101010011110100111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C1C; }

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

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

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

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

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

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

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

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