Html Css Color HEX #B8370E Rust

📋 copy color: '#B8370E'

red 184 ◦ green 55 ◦ blue 14

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

Shades of Rust #B8370E

Tints of Rust #B8370E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.53%

R = 72.73%
G = 21.74%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B8370E (or 0xB8370E) is known color: Rust. HEX triplet: B8, 37 and 0E. RGB value is (184,55,14). Sum of RGB (Red+Green+Blue) = 184+55+14=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B8370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B8370E is #47C8F1. Grayscale: #595959. Windows color (decimal): -4704498 or 931768. OLE color: 931768.

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

Color convert

RGB 184 55 14 -
CMYK 0 0.70 0.92 0.28
HSL 14.47º 0.86% 0.39% -
HSV(B) 14.47º 0.92% 0.72% -
XYZ 21.21 12.95 1.8 -
YUV 88.9 85.74 195.83 -
System Red Green Blue C M Y K H S L
Decimal 184 55 14 0 0.70 0.92 0.28 14.47 0.86 0.39
Hex B8 37 E 0 46 5C 1C E 56 27
Octal 270 67 16 0 106 134 34 16 126 47
Binary 10111000 110111 1110 0 1000110 1011100 11100 1110 1010110 100111

Color Harmonies of #B8370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8370E

Black with #B8370E

Text Example


Text Example

White with #B8370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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