Html Css Color HEX #B93E11 Rust

📋 copy color: '#B93E11'

red 185 ◦ green 62 ◦ blue 17

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

Shades of Rust #B93E11

Tints of Rust #B93E11

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.48%

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

R = 70.08%
G = 23.48%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#B93E11 (or 0xB93E11) is known color: Rust. HEX triplet: B9, 3E and 11. RGB value is (185,62,17). Sum of RGB (Red+Green+Blue) = 185+62+17=264 (34% of max value = 765). Red value is 185 (72.66% from 255 or 70.08% from 264); Green value is 62 (24.61% from 255 or 23.48% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 185 - color contains mainly: red. Hex color #B93E11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93E11 is #46C1EE. Grayscale: #5D5D5D. Windows color (decimal): -4637167 or 1130169. OLE color: 1130169.

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

Color convert

RGB 185 62 17 -
CMYK 0 0.66 0.91 0.27
HSL 16.07º 0.83% 0.4% -
HSV(B) 16.07º 0.91% 0.73% -
XYZ 21.83 13.8 2.04 -
YUV 93.65 84.75 193.16 -
System Red Green Blue C M Y K H S L
Decimal 185 62 17 0 0.66 0.91 0.27 16.07 0.83 0.4
Hex B9 3E 11 0 42 5B 1B 10 53 28
Octal 271 76 21 0 102 133 33 20 123 50
Binary 10111001 111110 10001 0 1000010 1011011 11011 10000 1010011 101000

Color Harmonies of #B93E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93E11

Black with #B93E11

Text Example


Text Example

White with #B93E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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