Html Css Color HEX #B93200 Rust

📋 copy color: '#B93200'

red 185 ◦ green 50 ◦ blue 0

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

Shades of Rust #B93200

Tints of Rust #B93200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.28%

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

R = 78.72%
G = 21.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.27

RGB Variations

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

Color information

#B93200 (or 0xB93200) is known color: Rust. HEX triplet: B9, 32 and 00. RGB value is (185,50,0). Sum of RGB (Red+Green+Blue) = 185+50+0=235 (31% of max value = 765). Red value is 185 (72.66% from 255 or 78.72% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 185 - color contains mainly: red. Hex color #B93200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93200 is #46CDFF. Grayscale: #555555. Windows color (decimal): -4640256 or 12985. OLE color: 12985.

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

Color convert

RGB 185 50 0 -
CMYK 0 0.73 1 0.27
HSL 16.22º 1% 0.36% -
HSV(B) 16.22º 1% 0.73% -
XYZ 21.15 12.6 1.32 -
YUV 84.67 80.23 199.57 -
System Red Green Blue C M Y K H S L
Decimal 185 50 0 0 0.73 1 0.27 16.22 1 0.36
Hex B9 32 0 0 49 64 1B 10 64 24
Octal 271 62 0 0 111 144 33 20 144 44
Binary 10111001 110010 0 0 1001001 1100100 11011 10000 1100100 100100

Color Harmonies of #B93200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93200

Black with #B93200

Text Example


Text Example

White with #B93200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93200; }

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

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

background-color css

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

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

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

border-color css

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

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

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