Html Css Color HEX #B2371B Rust

📋 copy color: '#B2371B'

red 178 ◦ green 55 ◦ blue 27

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

Shades of Rust #B2371B

Tints of Rust #B2371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 68.46%
G = 21.15%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2371B (or 0xB2371B) is known color: Rust. HEX triplet: B2, 37 and 1B. RGB value is (178,55,27). Sum of RGB (Red+Green+Blue) = 178+55+27=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2371B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2371B is #4DC8E4. Grayscale: #585858. Windows color (decimal): -5097701 or 1783730. OLE color: 1783730.

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

Color convert

RGB 178 55 27 -
CMYK 0 0.69 0.85 0.30
HSL 11.13º 0.74% 0.4% -
HSV(B) 11.13º 0.85% 0.7% -
XYZ 19.92 12.28 2.36 -
YUV 88.59 93.25 191.78 -
System Red Green Blue C M Y K H S L
Decimal 178 55 27 0 0.69 0.85 0.30 11.13 0.74 0.4
Hex B2 37 1B 0 45 55 1E B 4A 28
Octal 262 67 33 0 105 125 36 13 112 50
Binary 10110010 110111 11011 0 1000101 1010101 11110 1011 1001010 101000

Color Harmonies of #B2371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2371B

Black with #B2371B

Text Example


Text Example

White with #B2371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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