#B34303

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

Shades of Rust #B34303

Tints of Rust #B34303

Color information

#B34303 (or 0xB34303) is unknown color: approx Rust. HEX triplet: B3, 43 and 03. RGB value is (179,67,3). Sum of RGB (Red+Green+Blue) = 179+67+3=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 67 (26.56% from 255 or 26.91% from 249); Blue value is 3 (1.56% from 255 or 1.20% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B34303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34303 is #4CBCFC. Grayscale: #5D5D5D. Windows color (decimal): -5029117 or 213939. OLE color: 213939.

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

Color convert

RGB179673-
CMYK00.630.980.30
HSL21.82º96.7%35.69%-
HSV(B)21.82º98.32%70.2%-
XYZ20.6113.61.63-
YUV93.1977.11189.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 71.89%
GREEN value IS 67 (26.56% from 255) = 26.91%
BLUE value IS 3 (1.56% from 255) = 1.20%
R=71.89%
G=26.91%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.98
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17967300.630.980.3021.8296.735.69
HexB343303F621E166124
Octal2631033077142362614144
Binary101100111000011110111111110001011110101101100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34303

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34303; }

 p { color: rgb(179,67,3); }

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

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

 a { background-color: rgb(179,67,3); }

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

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

 span { border-color: rgb(179,67,3); }

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