#B92C00

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

Shades of Rust #B92C00

Tints of Rust #B92C00

Color information

#B92C00 (or 0xB92C00) is unknown color: approx Rust. HEX triplet: B9, 2C and 00. RGB value is (185,44,0). Sum of RGB (Red+Green+Blue) = 185+44+0=229 (30% of max value = 765). Red value is 185 (72.66% from 255 or 80.79% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 185 - color contains mainly: red. Hex color #B92C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92C00 is #46D3FF. Grayscale: #515151. Windows color (decimal): -4641792 or 11449. OLE color: 11449.

HSL color Cylindrical-coordinate representation of color #B92C00: hue angle of 14.27º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B92C00 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB185440-
CMYK00.7610.27
HSL14.27º100%36.27%-
HSV(B)14.27º100%72.55%-
XYZ20.9112.121.24-
YUV81.1482.21202.08-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 80.79%
GREEN value IS 44 (17.58% from 255) = 19.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.79%
G=19.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18544000.7610.2714.2710036.27
HexB92C004C641Be6424
Octal2715400114144331614444
Binary1011100110110000100110011001001101111101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92C00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92C00; }

 p { color: rgb(185,44,0); }

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

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

 a { background-color: rgb(185,44,0); }

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

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

 span { border-color: rgb(185,44,0); }

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