Html Css Color HEX #B2371F Rust

📋 copy color: '#B2371F'

red 178 ◦ green 55 ◦ blue 31

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

Shades of Rust #B2371F

Tints of Rust #B2371F

RGB

 RED value IS 178 (69.92% from 255) = 67.42%

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

 BLUE value IS 31 (12.5% from 255) = 11.74%

R = 67.42%
G = 20.83%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2371F (or 0xB2371F) is known color: Rust. HEX triplet: B2, 37 and 1F. RGB value is (178,55,31). Sum of RGB (Red+Green+Blue) = 178+55+31=264 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.42% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 31 (12.5% from 255 or 11.74% from 264); Max value from RGB is 178 - color contains mainly: red. Hex color #B2371F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2371F is #4DC8E0. Grayscale: #595959. Windows color (decimal): -5097697 or 2045874. OLE color: 2045874.

HSL color Cylindrical-coordinate representation of color #B2371F: hue angle of 9.8º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B2371F is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 55 31 -
CMYK 0 0.69 0.83 0.30
HSL 9.8º 0.7% 0.41% -
HSV(B) 9.8º 0.83% 0.7% -
XYZ 19.97 12.3 2.62 -
YUV 89.04 95.25 191.45 -
System Red Green Blue C M Y K H S L
Decimal 178 55 31 0 0.69 0.83 0.30 9.8 0.7 0.41
Hex B2 37 1F 0 45 53 1E A 46 29
Octal 262 67 37 0 105 123 36 12 106 51
Binary 10110010 110111 11111 0 1000101 1010011 11110 1010 1000110 101001

Color Harmonies of #B2371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2371F

Black with #B2371F

Text Example


Text Example

White with #B2371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2371F; }

 p { color: rgb(178,55,31); }

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

background-color css

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

 a { background-color: rgb(178,55,31); }

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

border-color css

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

 span { border-color: rgb(178,55,31); }

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