Html Css Color HEX #B93400 Rust

📋 copy color: '#B93400'

red 185 ◦ green 52 ◦ blue 0

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

Shades of Rust #B93400

Tints of Rust #B93400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.94%

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

R = 78.06%
G = 21.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B93400 (or 0xB93400) is known color: Rust. HEX triplet: B9, 34 and 00. RGB value is (185,52,0). Sum of RGB (Red+Green+Blue) = 185+52+0=237 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.06% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 0 (0.39% from 255 or 0% from 237); Max value from RGB is 185 - color contains mainly: red. Hex color #B93400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93400 is #46CBFF. Grayscale: #565656. Windows color (decimal): -4639744 or 13497. OLE color: 13497.

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

Color convert

RGB 185 52 0 -
CMYK 0 0.72 1 0.27
HSL 16.86º 1% 0.36% -
HSV(B) 16.86º 1% 0.73% -
XYZ 21.24 12.77 1.35 -
YUV 85.84 79.56 198.73 -
System Red Green Blue C M Y K H S L
Decimal 185 52 0 0 0.72 1 0.27 16.86 1 0.36
Hex B9 34 0 0 48 64 1B 11 64 24
Octal 271 64 0 0 110 144 33 21 144 44
Binary 10111001 110100 0 0 1001000 1100100 11011 10001 1100100 100100

Color Harmonies of #B93400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93400

Black with #B93400

Text Example


Text Example

White with #B93400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93400; }

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

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

background-color css

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

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

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

border-color css

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

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

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