#B12D34

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

Shades of Brick Red #B12D34

Tints of Brick Red #B12D34

Color information

#B12D34 (or 0xB12D34) is unknown color: approx Brick Red. HEX triplet: B1, 2D and 34. RGB value is (177,45,52). Sum of RGB (Red+Green+Blue) = 177+45+52=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 52 (20.70% from 255 or 18.98% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B12D34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12D34 is #4ED2CB. Grayscale: #555555. Windows color (decimal): -5165772 or 3419569. OLE color: 3419569.

HSL color Cylindrical-coordinate representation of color #B12D34: hue angle of 356.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12D34 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB1774552-
CMYK00.750.710.31
HSL356.82º59.46%43.53%-
HSV(B)356.82º74.58%69.41%-
XYZ19.6911.474.43-
YUV85.27109.23193.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 64.60%
GREEN value IS 45 (17.97% from 255) = 16.42%
BLUE value IS 52 (20.70% from 255) = 18.98%
R=64.60%
G=16.42%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177455200.750.710.31356.8259.4643.53
HexB12D3404B471F1653b2c
Octal26155640113107375457354
Binary1011000110110111010001001011100011111111101100101111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12D34; }

 p { color: rgb(177,45,52); }

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

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

 a { background-color: rgb(177,45,52); }

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

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

 span { border-color: rgb(177,45,52); }

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