Html Css Color HEX #B93811 Rust

📋 copy color: '#B93811'

red 185 ◦ green 56 ◦ blue 17

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

Shades of Rust #B93811

Tints of Rust #B93811

RGB

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

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

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

R = 71.71%
G = 21.71%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B93811 (or 0xB93811) is known color: Rust. HEX triplet: B9, 38 and 11. RGB value is (185,56,17). Sum of RGB (Red+Green+Blue) = 185+56+17=258 (34% of max value = 765). Red value is 185 (72.66% from 255 or 71.71% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 185 - color contains mainly: red. Hex color #B93811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93811 is #46C7EE. Grayscale: #5A5A5A. Windows color (decimal): -4638703 or 1128633. OLE color: 1128633.

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

Color convert

RGB 185 56 17 -
CMYK 0 0.70 0.91 0.27
HSL 13.93º 0.83% 0.4% -
HSV(B) 13.93º 0.91% 0.73% -
XYZ 21.52 13.18 1.94 -
YUV 90.13 86.74 195.67 -
System Red Green Blue C M Y K H S L
Decimal 185 56 17 0 0.70 0.91 0.27 13.93 0.83 0.4
Hex B9 38 11 0 46 5B 1B E 53 28
Octal 271 70 21 0 106 133 33 16 123 50
Binary 10111001 111000 10001 0 1000110 1011011 11011 1110 1010011 101000

Color Harmonies of #B93811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93811

Black with #B93811

Text Example


Text Example

White with #B93811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93811; }

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

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

background-color css

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

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

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

border-color css

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

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

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