Html Css Color HEX #B93B00 Rust

📋 copy color: '#B93B00'

red 185 ◦ green 59 ◦ blue 0

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

Shades of Rust #B93B00

Tints of Rust #B93B00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.82%
G = 24.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B93B00 (or 0xB93B00) is known color: Rust. HEX triplet: B9, 3B and 00. RGB value is (185,59,0). Sum of RGB (Red+Green+Blue) = 185+59+0=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 0 (0.39% from 255 or 0% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B93B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93B00 is #46C4FF. Grayscale: #5A5A5A. Windows color (decimal): -4637952 or 15289. OLE color: 15289.

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

Color convert

RGB 185 59 0 -
CMYK 0 0.68 1 0.27
HSL 19.14º 1% 0.36% -
HSV(B) 19.14º 1% 0.73% -
XYZ 21.57 13.44 1.46 -
YUV 89.95 77.24 195.8 -
System Red Green Blue C M Y K H S L
Decimal 185 59 0 0 0.68 1 0.27 19.14 1 0.36
Hex B9 3B 0 0 44 64 1B 13 64 24
Octal 271 73 0 0 104 144 33 23 144 44
Binary 10111001 111011 0 0 1000100 1100100 11011 10011 1100100 100100

Color Harmonies of #B93B00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93B00

Black with #B93B00

Text Example


Text Example

White with #B93B00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93B00; }

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

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

background-color css

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

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

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

border-color css

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

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

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