Html Css Color HEX #B93911 Rust

📋 copy color: '#B93911'

red 185 ◦ green 57 ◦ blue 17

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

Shades of Rust #B93911

Tints of Rust #B93911

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.01%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 71.43%
G = 22.01%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B93911 (or 0xB93911) is known color: Rust. HEX triplet: B9, 39 and 11. RGB value is (185,57,17). Sum of RGB (Red+Green+Blue) = 185+57+17=259 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.43% from 259); Green value is 57 (22.66% from 255 or 22.01% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 185 - color contains mainly: red. Hex color #B93911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93911 is #46C6EE. Grayscale: #5B5B5B. Windows color (decimal): -4638447 or 1128889. OLE color: 1128889.

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

Color convert

RGB 185 57 17 -
CMYK 0 0.69 0.91 0.27
HSL 14.29º 0.83% 0.4% -
HSV(B) 14.29º 0.91% 0.73% -
XYZ 21.57 13.28 1.96 -
YUV 90.71 86.41 195.25 -
System Red Green Blue C M Y K H S L
Decimal 185 57 17 0 0.69 0.91 0.27 14.29 0.83 0.4
Hex B9 39 11 0 45 5B 1B E 53 28
Octal 271 71 21 0 105 133 33 16 123 50
Binary 10111001 111001 10001 0 1000101 1011011 11011 1110 1010011 101000

Color Harmonies of #B93911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93911

Black with #B93911

Text Example


Text Example

White with #B93911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93911; }

 p { color: rgb(185,57,17); }

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

background-color css

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

 a { background-color: rgb(185,57,17); }

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

border-color css

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

 span { border-color: rgb(185,57,17); }

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