Html Css Color HEX #B93713 Rust

📋 copy color: '#B93713'

red 185 ◦ green 55 ◦ blue 19

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

Shades of Rust #B93713

Tints of Rust #B93713

RGB

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

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

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

R = 71.43%
G = 21.24%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#B93713 (or 0xB93713) is known color: Rust. HEX triplet: B9, 37 and 13. RGB value is (185,55,19). Sum of RGB (Red+Green+Blue) = 185+55+19=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B93713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93713 is #46C8EC. Grayscale: #5A5A5A. Windows color (decimal): -4638957 or 1259449. OLE color: 1259449.

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

Color convert

RGB 185 55 19 -
CMYK 0 0.70 0.90 0.27
HSL 13.01º 0.81% 0.4% -
HSV(B) 13.01º 0.9% 0.73% -
XYZ 21.49 13.09 2.01 -
YUV 89.77 88.07 195.93 -
System Red Green Blue C M Y K H S L
Decimal 185 55 19 0 0.70 0.90 0.27 13.01 0.81 0.4
Hex B9 37 13 0 46 5A 1B D 51 28
Octal 271 67 23 0 106 132 33 15 121 50
Binary 10111001 110111 10011 0 1000110 1011010 11011 1101 1010001 101000

Color Harmonies of #B93713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93713

Black with #B93713

Text Example


Text Example

White with #B93713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93713; }

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

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

background-color css

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

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

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

border-color css

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

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

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