Html Css Color HEX #B8370B Rust

📋 copy color: '#B8370B'

red 184 ◦ green 55 ◦ blue 11

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

Shades of Rust #B8370B

Tints of Rust #B8370B

RGB

 RED value IS 184 (72.27% from 255) = 73.6%

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

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

R = 73.6%
G = 22%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.28

RGB Variations

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

Color information

#B8370B (or 0xB8370B) is known color: Rust. HEX triplet: B8, 37 and 0B. RGB value is (184,55,11). Sum of RGB (Red+Green+Blue) = 184+55+11=250 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.6% from 250); Green value is 55 (21.88% from 255 or 22% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 184 - color contains mainly: red. Hex color #B8370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8370B is #47C8F4. Grayscale: #585858. Windows color (decimal): -4704501 or 735160. OLE color: 735160.

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

Color convert

RGB 184 55 11 -
CMYK 0 0.70 0.94 0.28
HSL 15.26º 0.89% 0.38% -
HSV(B) 15.26º 0.94% 0.72% -
XYZ 21.19 12.95 1.7 -
YUV 88.56 84.24 196.08 -
System Red Green Blue C M Y K H S L
Decimal 184 55 11 0 0.70 0.94 0.28 15.26 0.89 0.38
Hex B8 37 B 0 46 5E 1C F 59 26
Octal 270 67 13 0 106 136 34 17 131 46
Binary 10111000 110111 1011 0 1000110 1011110 11100 1111 1011001 100110

Color Harmonies of #B8370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8370B

Black with #B8370B

Text Example


Text Example

White with #B8370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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