Html Css Color HEX #B6500B Rust

📋 copy color: '#B6500B'

red 182 ◦ green 80 ◦ blue 11

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

Shades of Rust #B6500B

Tints of Rust #B6500B

RGB

 RED value IS 182 (71.48% from 255) = 66.67%

 GREEN value IS 80 (31.64% from 255) = 29.3%

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 66.67%
G = 29.3%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B6500B (or 0xB6500B) is known color: Rust. HEX triplet: B6, 50 and 0B. RGB value is (182,80,11). Sum of RGB (Red+Green+Blue) = 182+80+11=273 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.67% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 182 - color contains mainly: red. Hex color #B6500B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B6500B is #49AFF4. Grayscale: #676767. Windows color (decimal): -4829173 or 741558. OLE color: 741558.

HSL color Cylindrical-coordinate representation of color #B6500B: hue angle of 24.21º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B6500B is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 80 11 -
CMYK 0 0.56 0.94 0.29
HSL 24.21º 0.89% 0.38% -
HSV(B) 24.21º 0.94% 0.71% -
XYZ 22.22 15.71 2.18 -
YUV 102.63 76.29 184.61 -
System Red Green Blue C M Y K H S L
Decimal 182 80 11 0 0.56 0.94 0.29 24.21 0.89 0.38
Hex B6 50 B 0 38 5E 1D 18 59 26
Octal 266 120 13 0 70 136 35 30 131 46
Binary 10110110 1010000 1011 0 111000 1011110 11101 11000 1011001 100110

Color Harmonies of #B6500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6500B

Black with #B6500B

Text Example


Text Example

White with #B6500B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6500B; }

 p { color: rgb(182,80,11); }

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

background-color css

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

 a { background-color: rgb(182,80,11); }

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

border-color css

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

 span { border-color: rgb(182,80,11); }

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