Html Css Color HEX #B93B1E Rust

📋 copy color: '#B93B1E'

red 185 ◦ green 59 ◦ blue 30

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

Shades of Rust #B93B1E

Tints of Rust #B93B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 67.52%
G = 21.53%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#B93B1E (or 0xB93B1E) is known color: Rust. HEX triplet: B9, 3B and 1E. RGB value is (185,59,30). Sum of RGB (Red+Green+Blue) = 185+59+30=274 (36% of max value = 765). Red value is 185 (72.66% from 255 or 67.52% from 274); Green value is 59 (23.44% from 255 or 21.53% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B1E is #46C4E1. Grayscale: #5D5D5D. Windows color (decimal): -4637922 or 1981369. OLE color: 1981369.

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

Color convert

RGB 185 59 30 -
CMYK 0 0.68 0.84 0.27
HSL 11.23º 0.72% 0.42% -
HSV(B) 11.23º 0.84% 0.73% -
XYZ 21.81 13.54 2.69 -
YUV 93.37 92.24 193.36 -
System Red Green Blue C M Y K H S L
Decimal 185 59 30 0 0.68 0.84 0.27 11.23 0.72 0.42
Hex B9 3B 1E 0 44 54 1B B 48 2A
Octal 271 73 36 0 104 124 33 13 110 52
Binary 10111001 111011 11110 0 1000100 1010100 11011 1011 1001000 101010

Color Harmonies of #B93B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B1E

Black with #B93B1E

Text Example


Text Example

White with #B93B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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