#B2512D

Color #B2512D Red Stage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Stage #B2512D

Tints of Red Stage #B2512D

Color information

#B2512D (or 0xB2512D) is unknown color: approx Red Stage. HEX triplet: B2, 51 and 2D. RGB value is (178,81,45). Sum of RGB (Red+Green+Blue) = 178+81+45=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 45 (17.97% from 255 or 14.80% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B2512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2512D is #4DAED2. Grayscale: #6A6A6A. Windows color (decimal): -5091027 or 2970034. OLE color: 2970034.

HSL color Cylindrical-coordinate representation of color #B2512D: hue angle of 16.24º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2512D is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.30.

Color convert

RGB1788145-
CMYK00.540.750.30
HSL16.24º59.64%43.73%-
HSV(B)16.24º74.72%69.8%-
XYZ21.7815.544.33-
YUV105.993.64179.43-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 81 (32.03% from 255) = 26.64%
BLUE value IS 45 (17.97% from 255) = 14.80%
R=58.55%
G=26.64%
B=14.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178814500.540.750.3016.2459.6443.73
HexB2512D0364B1E103c2c
Octal2621215506611336207454
Binary101100101010001101101011011010010111111010000111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2512D; }

 p { color: rgb(178,81,45); }

 H1.HeaderClassName
 {
   color: #B2512D;
 }
 .AnyTagClassName
 {
   color: #B2512D;
 }
</style>
background-color css

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

 a { background-color: rgb(178,81,45); }

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

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

 span { border-color: rgb(178,81,45); }

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