#B3512F

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

Shades of Red Stage #B3512F

Tints of Red Stage #B3512F

Color information

#B3512F (or 0xB3512F) is unknown color: approx Red Stage. HEX triplet: B3, 51 and 2F. RGB value is (179,81,47). Sum of RGB (Red+Green+Blue) = 179+81+47=307 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.31% from 307); Green value is 81 (32.03% from 255 or 26.38% from 307); Blue value is 47 (18.75% from 255 or 15.31% from 307); Max value from RGB is 179 - color contains mainly: red. Hex color #B3512F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3512F is #4CAED0. Grayscale: #6A6A6A. Windows color (decimal): -5025489 or 3101107. OLE color: 3101107.

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

Color convert

RGB1798147-
CMYK00.550.740.30
HSL15.45º58.41%44.31%-
HSV(B)15.45º73.74%70.2%-
XYZ22.0515.674.55-
YUV106.4394.47179.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.31%
GREEN value IS 81 (32.03% from 255) = 26.38%
BLUE value IS 47 (18.75% from 255) = 15.31%
R=58.31%
G=26.38%
B=15.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179814700.550.740.3015.4558.4144.31
HexB3512F0374A1Ef3a2c
Octal2631215706711236177254
Binary10110011101000110111101101111001010111101111111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3512F; }

 p { color: rgb(179,81,47); }

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

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

 a { background-color: rgb(179,81,47); }

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

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

 span { border-color: rgb(179,81,47); }

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