#B95213

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

Shades of Rust #B95213

Tints of Rust #B95213

Color information

#B95213 (or 0xB95213) is unknown color: approx Rust. HEX triplet: B9, 52 and 13. RGB value is (185,82,19). Sum of RGB (Red+Green+Blue) = 185+82+19=286 (37% of max value = 765). Red value is 185 (72.66% from 255 or 64.69% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 19 (7.81% from 255 or 6.64% from 286); Max value from RGB is 185 - color contains mainly: red. Hex color #B95213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B95213 is #46ADEC. Grayscale: #696969. Windows color (decimal): -4632045 or 1266361. OLE color: 1266361.

HSL color Cylindrical-coordinate representation of color #B95213: hue angle of 22.77º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B95213 is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1858219-
CMYK00.560.900.27
HSL22.77º81.37%40%-
HSV(B)22.77º89.73%72.55%-
XYZ23.1416.42.56-
YUV105.6279.12184.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.69%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 19 (7.81% from 255) = 6.64%
R=64.69%
G=28.67%
B=6.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185821900.560.900.2722.7781.3740
HexB952130385A1B175128
Octal27112223070132332712150
Binary101110011010010100110111000101101011011101111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95213; }

 p { color: rgb(185,82,19); }

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

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

 a { background-color: rgb(185,82,19); }

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

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

 span { border-color: rgb(185,82,19); }

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