Html Css Color HEX #B93815 Rust

📋 copy color: '#B93815'

red 185 ◦ green 56 ◦ blue 21

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

Shades of Rust #B93815

Tints of Rust #B93815

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.37%

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

R = 70.61%
G = 21.37%
B = 8.02%

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

#B93815 (or 0xB93815) is known color: Rust. HEX triplet: B9, 38 and 15. RGB value is (185,56,21). Sum of RGB (Red+Green+Blue) = 185+56+21=262 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.61% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 21 (8.59% from 255 or 8.02% from 262); Max value from RGB is 185 - color contains mainly: red. Hex color #B93815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93815 is #46C7EA. Grayscale: #5A5A5A. Windows color (decimal): -4638699 or 1390777. OLE color: 1390777.

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

Color convert

RGB 185 56 21 -
CMYK 0 0.70 0.89 0.27
HSL 12.8º 0.8% 0.4% -
HSV(B) 12.8º 0.89% 0.73% -
XYZ 21.56 13.2 2.12 -
YUV 90.58 88.74 195.35 -
System Red Green Blue C M Y K H S L
Decimal 185 56 21 0 0.70 0.89 0.27 12.8 0.8 0.4
Hex B9 38 15 0 46 59 1B D 50 28
Octal 271 70 25 0 106 131 33 15 120 50
Binary 10111001 111000 10101 0 1000110 1011001 11011 1101 1010000 101000

Color Harmonies of #B93815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93815

Black with #B93815

Text Example


Text Example

White with #B93815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93815; }

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

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

background-color css

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

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

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

border-color css

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

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

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