Html Css Color HEX #B93A15 Rust

📋 copy color: '#B93A15'

red 185 ◦ green 58 ◦ blue 21

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

Shades of Rust #B93A15

Tints of Rust #B93A15

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.97%

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

R = 70.08%
G = 21.97%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#B93A15 (or 0xB93A15) is known color: Rust. HEX triplet: B9, 3A and 15. RGB value is (185,58,21). Sum of RGB (Red+Green+Blue) = 185+58+21=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 58 (23.05% from 255 or 21.97% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A15 is #46C5EA. Grayscale: #5C5C5C. Windows color (decimal): -4638187 or 1391289. OLE color: 1391289.

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

Color convert

RGB 185 58 21 -
CMYK 0 0.69 0.89 0.27
HSL 13.54º 0.8% 0.4% -
HSV(B) 13.54º 0.89% 0.73% -
XYZ 21.66 13.39 2.15 -
YUV 91.76 88.08 194.51 -
System Red Green Blue C M Y K H S L
Decimal 185 58 21 0 0.69 0.89 0.27 13.54 0.8 0.4
Hex B9 3A 15 0 45 59 1B E 50 28
Octal 271 72 25 0 105 131 33 16 120 50
Binary 10111001 111010 10101 0 1000101 1011001 11011 1110 1010000 101000

Color Harmonies of #B93A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A15

Black with #B93A15

Text Example


Text Example

White with #B93A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A15; }

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

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

background-color css

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

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

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

border-color css

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

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

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