Html Css Color HEX #B93A00 Rust

📋 copy color: '#B93A00'

red 185 ◦ green 58 ◦ blue 0

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

Shades of Rust #B93A00

Tints of Rust #B93A00

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.87%

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

R = 76.13%
G = 23.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B93A00 (or 0xB93A00) is known color: Rust. HEX triplet: B9, 3A and 00. RGB value is (185,58,0). Sum of RGB (Red+Green+Blue) = 185+58+0=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 58 (23.05% from 255 or 23.87% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B93A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93A00 is #46C5FF. Grayscale: #595959. Windows color (decimal): -4638208 or 15033. OLE color: 15033.

HSL color Cylindrical-coordinate representation of color #B93A00: hue angle of 18.81º 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 #B93A00 is Cyan = 0, Magento = 0.69, Yellow = 1 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 58 0 -
CMYK 0 0.69 1 0.27
HSL 18.81º 1% 0.36% -
HSV(B) 18.81º 1% 0.73% -
XYZ 21.52 13.34 1.44 -
YUV 89.36 77.58 196.22 -
System Red Green Blue C M Y K H S L
Decimal 185 58 0 0 0.69 1 0.27 18.81 1 0.36
Hex B9 3A 0 0 45 64 1B 13 64 24
Octal 271 72 0 0 105 144 33 23 144 44
Binary 10111001 111010 0 0 1000101 1100100 11011 10011 1100100 100100

Color Harmonies of #B93A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93A00

Black with #B93A00

Text Example


Text Example

White with #B93A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93A00; }

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

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

background-color css

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

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

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

border-color css

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

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

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