#B92F05

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

Shades of Rust #B92F05

Tints of Rust #B92F05

Color information

#B92F05 (or 0xB92F05) is unknown color: approx Rust. HEX triplet: B9, 2F and 05. RGB value is (185,47,5). Sum of RGB (Red+Green+Blue) = 185+47+5=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 47 (18.75% from 255 or 19.83% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92F05 is #46D0FA. Grayscale: #535353. Windows color (decimal): -4641019 or 339897. OLE color: 339897.

HSL color Cylindrical-coordinate representation of color #B92F05: hue angle of 14º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B92F05 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB185475-
CMYK00.750.970.27
HSL14º94.74%37.25%-
HSV(B)14º97.3%72.55%-
XYZ21.0512.361.42-
YUV83.4783.72200.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.06%
GREEN value IS 47 (18.75% from 255) = 19.83%
BLUE value IS 5 (2.34% from 255) = 2.11%
R=78.06%
G=19.83%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18547500.750.970.271494.7437.25
HexB92F504B611Be5f25
Octal2715750113141331613745
Binary101110011011111010100101111000011101111101011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92F05; }

 p { color: rgb(185,47,5); }

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

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

 a { background-color: rgb(185,47,5); }

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

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

 span { border-color: rgb(185,47,5); }

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