Html Css Color HEX #B6390B Rust

📋 copy color: '#B6390B'

red 182 ◦ green 57 ◦ blue 11

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

Shades of Rust #B6390B

Tints of Rust #B6390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 22.8%

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

R = 72.8%
G = 22.8%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B6390B (or 0xB6390B) is known color: Rust. HEX triplet: B6, 39 and 0B. RGB value is (182,57,11). Sum of RGB (Red+Green+Blue) = 182+57+11=250 (33% of max value = 765). Red value is 182 (71.48% from 255 or 72.8% from 250); Green value is 57 (22.66% from 255 or 22.8% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 182 - color contains mainly: red. Hex color #B6390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6390B is #49C6F4. Grayscale: #595959. Windows color (decimal): -4835061 or 735670. OLE color: 735670.

HSL color Cylindrical-coordinate representation of color #B6390B: hue angle of 16.14º 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 #B6390B is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 57 11 -
CMYK 0 0.69 0.94 0.29
HSL 16.14º 0.89% 0.38% -
HSV(B) 16.14º 0.94% 0.71% -
XYZ 20.81 12.9 1.71 -
YUV 89.13 83.91 194.24 -
System Red Green Blue C M Y K H S L
Decimal 182 57 11 0 0.69 0.94 0.29 16.14 0.89 0.38
Hex B6 39 B 0 45 5E 1D 10 59 26
Octal 266 71 13 0 105 136 35 20 131 46
Binary 10110110 111001 1011 0 1000101 1011110 11101 10000 1011001 100110

Color Harmonies of #B6390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6390B

Black with #B6390B

Text Example


Text Example

White with #B6390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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