Html Css Color HEX #B93B16 Rust

📋 copy color: '#B93B16'

red 185 ◦ green 59 ◦ blue 22

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

Shades of Rust #B93B16

Tints of Rust #B93B16

RGB

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

 GREEN value IS 59 (23.44% from 255) = 22.18%

 BLUE value IS 22 (8.98% from 255) = 8.27%

R = 69.55%
G = 22.18%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.27

RGB Variations

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

Color information

#B93B16 (or 0xB93B16) is known color: Rust. HEX triplet: B9, 3B and 16. RGB value is (185,59,22). Sum of RGB (Red+Green+Blue) = 185+59+22=266 (35% of max value = 765). Red value is 185 (72.66% from 255 or 69.55% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 22 (8.98% from 255 or 8.27% from 266); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B16 is #46C4E9. Grayscale: #5C5C5C. Windows color (decimal): -4637930 or 1457081. OLE color: 1457081.

HSL color Cylindrical-coordinate representation of color #B93B16: hue angle of 13.62º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B93B16 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 59 22 -
CMYK 0 0.68 0.88 0.27
HSL 13.62º 0.79% 0.41% -
HSV(B) 13.62º 0.88% 0.73% -
XYZ 21.72 13.5 2.22 -
YUV 92.46 88.24 194.01 -
System Red Green Blue C M Y K H S L
Decimal 185 59 22 0 0.68 0.88 0.27 13.62 0.79 0.41
Hex B9 3B 16 0 44 58 1B E 4F 29
Octal 271 73 26 0 104 130 33 16 117 51
Binary 10111001 111011 10110 0 1000100 1011000 11011 1110 1001111 101001

Color Harmonies of #B93B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B16

Black with #B93B16

Text Example


Text Example

White with #B93B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B16; }

 p { color: rgb(185,59,22); }

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

background-color css

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

 a { background-color: rgb(185,59,22); }

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

border-color css

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

 span { border-color: rgb(185,59,22); }

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