Html Css Color HEX #B8370D Rust

📋 copy color: '#B8370D'

red 184 ◦ green 55 ◦ blue 13

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

Shades of Rust #B8370D

Tints of Rust #B8370D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.16%

R = 73.02%
G = 21.83%
B = 5.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B8370D (or 0xB8370D) is known color: Rust. HEX triplet: B8, 37 and 0D. RGB value is (184,55,13). Sum of RGB (Red+Green+Blue) = 184+55+13=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 55 (21.88% from 255 or 21.83% from 252); Blue value is 13 (5.47% from 255 or 5.16% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B8370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8370D is #47C8F2. Grayscale: #595959. Windows color (decimal): -4704499 or 866232. OLE color: 866232.

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

Color convert

RGB 184 55 13 -
CMYK 0 0.70 0.93 0.28
HSL 14.74º 0.87% 0.39% -
HSV(B) 14.74º 0.93% 0.72% -
XYZ 21.21 12.95 1.76 -
YUV 88.78 85.24 195.92 -
System Red Green Blue C M Y K H S L
Decimal 184 55 13 0 0.70 0.93 0.28 14.74 0.87 0.39
Hex B8 37 D 0 46 5D 1C F 57 27
Octal 270 67 15 0 106 135 34 17 127 47
Binary 10111000 110111 1101 0 1000110 1011101 11100 1111 1010111 100111

Color Harmonies of #B8370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8370D

Black with #B8370D

Text Example


Text Example

White with #B8370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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