#B92F04

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

Shades of Rust #B92F04

Tints of Rust #B92F04

Color information

#B92F04 (or 0xB92F04) is unknown color: approx Rust. HEX triplet: B9, 2F and 04. RGB value is (185,47,4). Sum of RGB (Red+Green+Blue) = 185+47+4=236 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.39% from 236); Green value is 47 (18.75% from 255 or 19.92% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 185 - color contains mainly: red. Hex color #B92F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B92F04 is #46D0FB. Grayscale: #535353. Windows color (decimal): -4641020 or 274361. OLE color: 274361.

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

Color convert

RGB185474-
CMYK00.750.980.27
HSL14.25º95.77%37.06%-
HSV(B)14.25º97.84%72.55%-
XYZ21.0512.361.39-
YUV83.3683.22200.5-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 78.39%
GREEN value IS 47 (18.75% from 255) = 19.92%
BLUE value IS 4 (1.95% from 255) = 1.69%
R=78.39%
G=19.92%
B=1.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18547400.750.980.2714.2595.7737.06
HexB92F404B621Be6025
Octal2715740113142331614045
Binary101110011011111000100101111000101101111101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B92F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B92F04; }

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

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

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

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

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

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

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

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