Html Css Color HEX #B93F11 Rust

📋 copy color: '#B93F11'

red 185 ◦ green 63 ◦ blue 17

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

Shades of Rust #B93F11

Tints of Rust #B93F11

RGB

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

 GREEN value IS 63 (25% from 255) = 23.77%

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

R = 69.81%
G = 23.77%
B = 6.42%

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

#B93F11 (or 0xB93F11) is known color: Rust. HEX triplet: B9, 3F and 11. RGB value is (185,63,17). Sum of RGB (Red+Green+Blue) = 185+63+17=265 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.81% from 265); Green value is 63 (25% from 255 or 23.77% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93F11 is #46C0EE. Grayscale: #5E5E5E. Windows color (decimal): -4636911 or 1130425. OLE color: 1130425.

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

Color convert

RGB 185 63 17 -
CMYK 0 0.66 0.91 0.27
HSL 16.43º 0.83% 0.4% -
HSV(B) 16.43º 0.91% 0.73% -
XYZ 21.89 13.91 2.06 -
YUV 94.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 185 63 17 0 0.66 0.91 0.27 16.43 0.83 0.4
Hex B9 3F 11 0 42 5B 1B 10 53 28
Octal 271 77 21 0 102 133 33 20 123 50
Binary 10111001 111111 10001 0 1000010 1011011 11011 10000 1010011 101000

Color Harmonies of #B93F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93F11

Black with #B93F11

Text Example


Text Example

White with #B93F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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