Html Css Color HEX #B93708 Rust

📋 copy color: '#B93708'

red 185 ◦ green 55 ◦ blue 8

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

Shades of Rust #B93708

Tints of Rust #B93708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 22.18%

 BLUE value IS 8 (3.52% from 255) = 3.23%

R = 74.6%
G = 22.18%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.96

 K value IS 0.27

RGB Variations

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

Color information

#B93708 (or 0xB93708) is known color: Rust. HEX triplet: B9, 37 and 08. RGB value is (185,55,8). Sum of RGB (Red+Green+Blue) = 185+55+8=248 (32% of max value = 765). Red value is 185 (72.66% from 255 or 74.60% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 8 (3.52% from 255 or 3.23% from 248); Max value from RGB is 185 - color contains mainly: red. Hex color #B93708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93708 is #46C8F7. Grayscale: #585858. Windows color (decimal): -4638968 or 538553. OLE color: 538553.

HSL color Cylindrical-coordinate representation of color #B93708: hue angle of 15.93º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B93708 is Cyan = 0, Magento = 0.70, Yellow = 0.96 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 55 8 -
CMYK 0 0.70 0.96 0.27
HSL 15.93º 0.92% 0.38% -
HSV(B) 15.93º 0.96% 0.73% -
XYZ 21.42 13.06 1.62 -
YUV 88.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 185 55 8 0 0.70 0.96 0.27 15.93 0.92 0.38
Hex B9 37 8 0 46 60 1B 10 5C 26
Octal 271 67 10 0 106 140 33 20 134 46
Binary 10111001 110111 1000 0 1000110 1100000 11011 10000 1011100 100110

Color Harmonies of #B93708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93708

Black with #B93708

Text Example


Text Example

White with #B93708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93708; }

 p { color: rgb(185,55,8); }

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

background-color css

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

 a { background-color: rgb(185,55,8); }

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

border-color css

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

 span { border-color: rgb(185,55,8); }

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