Html Css Color HEX #B93500 Rust

📋 copy color: '#B93500'

red 185 ◦ green 53 ◦ blue 0

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

Shades of Rust #B93500

Tints of Rust #B93500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.27%

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

R = 77.73%
G = 22.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B93500 (or 0xB93500) is known color: Rust. HEX triplet: B9, 35 and 00. RGB value is (185,53,0). Sum of RGB (Red+Green+Blue) = 185+53+0=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 53 (21.09% from 255 or 22.27% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B93500 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93500 is #46CAFF. Grayscale: #565656. Windows color (decimal): -4639488 or 13753. OLE color: 13753.

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

Color convert

RGB 185 53 0 -
CMYK 0 0.71 1 0.27
HSL 17.19º 1% 0.36% -
HSV(B) 17.19º 1% 0.73% -
XYZ 21.28 12.86 1.36 -
YUV 86.43 79.23 198.31 -
System Red Green Blue C M Y K H S L
Decimal 185 53 0 0 0.71 1 0.27 17.19 1 0.36
Hex B9 35 0 0 47 64 1B 11 64 24
Octal 271 65 0 0 107 144 33 21 144 44
Binary 10111001 110101 0 0 1000111 1100100 11011 10001 1100100 100100

Color Harmonies of #B93500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93500

Black with #B93500

Text Example


Text Example

White with #B93500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93500; }

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

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

background-color css

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

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

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

border-color css

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

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

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