Html Css Color HEX #B93206 Rust

📋 copy color: '#B93206'

red 185 ◦ green 50 ◦ blue 6

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

Shades of Rust #B93206

Tints of Rust #B93206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 76.76%
G = 20.75%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.27

RGB Variations

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

Color information

#B93206 (or 0xB93206) is known color: Rust. HEX triplet: B9, 32 and 06. RGB value is (185,50,6). Sum of RGB (Red+Green+Blue) = 185+50+6=241 (31% of max value = 765). Red value is 185 (72.66% from 255 or 76.76% from 241); Green value is 50 (19.92% from 255 or 20.75% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 185 - color contains mainly: red. Hex color #B93206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B93206 is #46CDF9. Grayscale: #555555. Windows color (decimal): -4640250 or 406201. OLE color: 406201.

HSL color Cylindrical-coordinate representation of color #B93206: hue angle of 14.75º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B93206 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 50 6 -
CMYK 0 0.73 0.97 0.27
HSL 14.75º 0.94% 0.37% -
HSV(B) 14.75º 0.97% 0.73% -
XYZ 21.18 12.61 1.49 -
YUV 85.35 83.23 199.08 -
System Red Green Blue C M Y K H S L
Decimal 185 50 6 0 0.73 0.97 0.27 14.75 0.94 0.37
Hex B9 32 6 0 49 61 1B F 5E 25
Octal 271 62 6 0 111 141 33 17 136 45
Binary 10111001 110010 110 0 1001001 1100001 11011 1111 1011110 100101

Color Harmonies of #B93206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B93206

Black with #B93206

Text Example


Text Example

White with #B93206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B93206; }

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

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

background-color css

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

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

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

border-color css

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

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

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