Html Css Color HEX #B93715 Rust

📋 copy color: '#B93715'

red 185 ◦ green 55 ◦ blue 21

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

Shades of Rust #B93715

Tints of Rust #B93715

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.07%

 BLUE value IS 21 (8.59% from 255) = 8.05%

R = 70.88%
G = 21.07%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93715 (or 0xB93715) is known color: Rust. HEX triplet: B9, 37 and 15. RGB value is (185,55,21). Sum of RGB (Red+Green+Blue) = 185+55+21=261 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.88% from 261); Green value is 55 (21.88% from 255 or 21.07% from 261); Blue value is 21 (8.59% from 255 or 8.05% from 261); Max value from RGB is 185 - color contains mainly: red. Hex color #B93715 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93715 is #46C8EA. Grayscale: #5A5A5A. Windows color (decimal): -4638955 or 1390521. OLE color: 1390521.

HSL color Cylindrical-coordinate representation of color #B93715: hue angle of 12.44º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B93715 is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 21 -
CMYK 0 0.70 0.89 0.27
HSL 12.44º 0.8% 0.4% -
HSV(B) 12.44º 0.89% 0.73% -
XYZ 21.51 13.1 2.1 -
YUV 89.99 89.07 195.76 -
System Red Green Blue C M Y K H S L
Decimal 185 55 21 0 0.70 0.89 0.27 12.44 0.8 0.4
Hex B9 37 15 0 46 59 1B C 50 28
Octal 271 67 25 0 106 131 33 14 120 50
Binary 10111001 110111 10101 0 1000110 1011001 11011 1100 1010000 101000

Color Harmonies of #B93715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93715

Black with #B93715

Text Example


Text Example

White with #B93715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93715; }

 p { color: rgb(185,55,21); }

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

background-color css

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

 a { background-color: rgb(185,55,21); }

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

border-color css

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

 span { border-color: rgb(185,55,21); }

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