Html Css Color HEX #B8371A Rust

📋 copy color: '#B8371A'

red 184 ◦ green 55 ◦ blue 26

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

Shades of Rust #B8371A

Tints of Rust #B8371A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 69.43%
G = 20.75%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8371A (or 0xB8371A) is known color: Rust. HEX triplet: B8, 37 and 1A. RGB value is (184,55,26). Sum of RGB (Red+Green+Blue) = 184+55+26=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B8371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8371A is #47C8E5. Grayscale: #5A5A5A. Windows color (decimal): -4704486 or 1718200. OLE color: 1718200.

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

Color convert

RGB 184 55 26 -
CMYK 0 0.70 0.86 0.28
HSL 11.01º 0.75% 0.41% -
HSV(B) 11.01º 0.86% 0.72% -
XYZ 21.32 13 2.36 -
YUV 90.27 91.74 194.86 -
System Red Green Blue C M Y K H S L
Decimal 184 55 26 0 0.70 0.86 0.28 11.01 0.75 0.41
Hex B8 37 1A 0 46 56 1C B 4B 29
Octal 270 67 32 0 106 126 34 13 113 51
Binary 10111000 110111 11010 0 1000110 1010110 11100 1011 1001011 101001

Color Harmonies of #B8371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8371A

Black with #B8371A

Text Example


Text Example

White with #B8371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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