Html Css Color HEX #B93B1F Rust

📋 copy color: '#B93B1F'

red 185 ◦ green 59 ◦ blue 31

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

Shades of Rust #B93B1F

Tints of Rust #B93B1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.27%

R = 67.27%
G = 21.45%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B93B1F (or 0xB93B1F) is known color: Rust. HEX triplet: B9, 3B and 1F. RGB value is (185,59,31). Sum of RGB (Red+Green+Blue) = 185+59+31=275 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.27% from 275); Green value is 59 (23.44% from 255 or 21.45% from 275); Blue value is 31 (12.5% from 255 or 11.27% from 275); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B1F is #46C4E0. Grayscale: #5D5D5D. Windows color (decimal): -4637921 or 2046905. OLE color: 2046905.

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

Color convert

RGB 185 59 31 -
CMYK 0 0.68 0.83 0.27
HSL 10.91º 0.71% 0.42% -
HSV(B) 10.91º 0.83% 0.73% -
XYZ 21.82 13.54 2.76 -
YUV 93.48 92.74 193.28 -
System Red Green Blue C M Y K H S L
Decimal 185 59 31 0 0.68 0.83 0.27 10.91 0.71 0.42
Hex B9 3B 1F 0 44 53 1B B 47 2A
Octal 271 73 37 0 104 123 33 13 107 52
Binary 10111001 111011 11111 0 1000100 1010011 11011 1011 1000111 101010

Color Harmonies of #B93B1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B1F

Black with #B93B1F

Text Example


Text Example

White with #B93B1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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