Html Css Color HEX #B93B1A Rust

📋 copy color: '#B93B1A'

red 185 ◦ green 59 ◦ blue 26

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

Shades of Rust #B93B1A

Tints of Rust #B93B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.63%

R = 68.52%
G = 21.85%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#B93B1A (or 0xB93B1A) is known color: Rust. HEX triplet: B9, 3B and 1A. RGB value is (185,59,26). Sum of RGB (Red+Green+Blue) = 185+59+26=270 (35% of max value = 765). Red value is 185 (72.66% from 255 or 68.52% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 26 (10.55% from 255 or 9.63% from 270); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93B1A is #46C4E5. Grayscale: #5D5D5D. Windows color (decimal): -4637926 or 1719225. OLE color: 1719225.

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

Color convert

RGB 185 59 26 -
CMYK 0 0.68 0.86 0.27
HSL 12.45º 0.75% 0.41% -
HSV(B) 12.45º 0.86% 0.73% -
XYZ 21.76 13.52 2.44 -
YUV 92.91 90.24 193.68 -
System Red Green Blue C M Y K H S L
Decimal 185 59 26 0 0.68 0.86 0.27 12.45 0.75 0.41
Hex B9 3B 1A 0 44 56 1B C 4B 29
Octal 271 73 32 0 104 126 33 14 113 51
Binary 10111001 111011 11010 0 1000100 1010110 11011 1100 1001011 101001

Color Harmonies of #B93B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B1A

Black with #B93B1A

Text Example


Text Example

White with #B93B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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