Html Css Color HEX #B6370B Rust

📋 copy color: '#B6370B'

red 182 ◦ green 55 ◦ blue 11

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

Shades of Rust #B6370B

Tints of Rust #B6370B

RGB

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

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

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

R = 73.39%
G = 22.18%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.29

RGB Variations

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

Color information

#B6370B (or 0xB6370B) is known color: Rust. HEX triplet: B6, 37 and 0B. RGB value is (182,55,11). Sum of RGB (Red+Green+Blue) = 182+55+11=248 (32% of max value = 765). Red value is 182 (71.48% from 255 or 73.39% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 11 (4.69% from 255 or 4.44% from 248); Max value from RGB is 182 - color contains mainly: red. Hex color #B6370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B6370B is #49C8F4. Grayscale: #585858. Windows color (decimal): -4835573 or 735158. OLE color: 735158.

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

Color convert

RGB 182 55 11 -
CMYK 0 0.70 0.94 0.29
HSL 15.44º 0.89% 0.38% -
HSV(B) 15.44º 0.94% 0.71% -
XYZ 20.72 12.7 1.68 -
YUV 87.96 84.58 195.08 -
System Red Green Blue C M Y K H S L
Decimal 182 55 11 0 0.70 0.94 0.29 15.44 0.89 0.38
Hex B6 37 B 0 46 5E 1D F 59 26
Octal 266 67 13 0 106 136 35 17 131 46
Binary 10110110 110111 1011 0 1000110 1011110 11101 1111 1011001 100110

Color Harmonies of #B6370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6370B

Black with #B6370B

Text Example


Text Example

White with #B6370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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