Html Css Color HEX #B93600 Rust

📋 copy color: '#B93600'

red 185 ◦ green 54 ◦ blue 0

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

Shades of Rust #B93600

Tints of Rust #B93600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

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

R = 77.41%
G = 22.59%
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

#B93600 (or 0xB93600) is known color: Rust. HEX triplet: B9, 36 and 00. RGB value is (185,54,0). Sum of RGB (Red+Green+Blue) = 185+54+0=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B93600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93600 is #46C9FF. Grayscale: #575757. Windows color (decimal): -4639232 or 14009. OLE color: 14009.

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

Color convert

RGB 185 54 0 -
CMYK 0 0.71 1 0.27
HSL 17.51º 1% 0.36% -
HSV(B) 17.51º 1% 0.73% -
XYZ 21.33 12.95 1.38 -
YUV 87.01 78.9 197.89 -
System Red Green Blue C M Y K H S L
Decimal 185 54 0 0 0.71 1 0.27 17.51 1 0.36
Hex B9 36 0 0 47 64 1B 12 64 24
Octal 271 66 0 0 107 144 33 22 144 44
Binary 10111001 110110 0 0 1000111 1100100 11011 10010 1100100 100100

Color Harmonies of #B93600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93600

Black with #B93600

Text Example


Text Example

White with #B93600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93600; }

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

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

background-color css

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

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

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

border-color css

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

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

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