#b93b1c

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

Shades of Rust #B93B1C

Tints of Rust #B93B1C

Color information

#B93B1C (or 0xB93B1C) is unknown color: approx Rust. HEX triplet: B9, 3B and 1C. RGB value is (185,59,28). Sum of RGB (Red+Green+Blue) = 185+59+28=272 (36% of max value = 765). Red value is 185 (72.66% from 255 or 68.01% from 272); Green value is 59 (23.44% from 255 or 21.69% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B1C is #46C4E3. Grayscale: #5D5D5D. Windows color (decimal): -4637924 or 1850297. OLE color: 1850297.

HSL color Cylindrical-coordinate representation of color #B93B1C: hue angle of 11.85º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B93B1C is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB1855928-
CMYK00.680.850.27
HSL11.85º73.71%41.76%-
HSV(B)11.85º84.86%72.55%-
XYZ21.7813.532.56-
YUV93.1491.24193.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 68.01%
GREEN value IS 59 (23.44% from 255) = 21.69%
BLUE value IS 28 (11.33% from 255) = 10.29%
R=68.01%
G=21.69%
B=10.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185592800.680.850.2711.8573.7141.76
HexB93B1C044551Bc4a2a
Octal27173340104125331411252
Binary10111001111011111000100010010101011101111001001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b93b1c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b93b1c; }

 p { color: rgb(185,59,28); }

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

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

 a { background-color: rgb(185,59,28); }

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

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

 span { border-color: rgb(185,59,28); }

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