Html Css Color HEX #B93513 Rust

📋 copy color: '#B93513'

red 185 ◦ green 53 ◦ blue 19

#B93513
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rust #B93513

Tints of Rust #B93513

RGB

 RED value IS 185 (72.66% from 255) = 71.98%

 GREEN value IS 53 (21.09% from 255) = 20.62%

 BLUE value IS 19 (7.81% from 255) = 7.39%

R = 71.98%
G = 20.62%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B93513 (or 0xB93513) is known color: Rust. HEX triplet: B9, 35 and 13. RGB value is (185,53,19). Sum of RGB (Red+Green+Blue) = 185+53+19=257 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.98% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 19 (7.81% from 255 or 7.39% from 257); Max value from RGB is 185 - color contains mainly: red. Hex color #B93513 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93513 is #46CAEC. Grayscale: #585858. Windows color (decimal): -4639469 or 1258937. OLE color: 1258937.

HSL color Cylindrical-coordinate representation of color #B93513: hue angle of 12.29º 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 #B93513 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 53 19 -
CMYK 0 0.71 0.90 0.27
HSL 12.29º 0.81% 0.4% -
HSV(B) 12.29º 0.9% 0.73% -
XYZ 21.4 12.91 1.98 -
YUV 88.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 185 53 19 0 0.71 0.90 0.27 12.29 0.81 0.4
Hex B9 35 13 0 47 5A 1B C 51 28
Octal 271 65 23 0 107 132 33 14 121 50
Binary 10111001 110101 10011 0 1000111 1011010 11011 1100 1010001 101000

Color Harmonies of #B93513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93513

Black with #B93513

Text Example


Text Example

White with #B93513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93513; }

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

 H1.HeaderClassName
 {
   color: #B93513;
 }
 .AnyTagClassName
 {
   color: #B93513;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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