#B12B3D

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

Shades of Brick Red #B12B3D

Tints of Brick Red #B12B3D

Color information

#B12B3D (or 0xB12B3D) is unknown color: approx Brick Red. HEX triplet: B1, 2B and 3D. RGB value is (177,43,61). Sum of RGB (Red+Green+Blue) = 177+43+61=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 43 (17.19% from 255 or 15.30% from 281); Blue value is 61 (24.22% from 255 or 21.71% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B12B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12B3D is #4ED4C2. Grayscale: #555555. Windows color (decimal): -5166275 or 4008881. OLE color: 4008881.

HSL color Cylindrical-coordinate representation of color #B12B3D: hue angle of 351.94º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B12B3D is Cyan = 0, Magento = 0.76, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1774361-
CMYK00.760.660.31
HSL351.94º60.91%43.14%-
HSV(B)351.94º75.71%69.41%-
XYZ19.8411.415.57-
YUV85.12114.39193.54-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 43 (17.19% from 255) = 15.30%
BLUE value IS 61 (24.22% from 255) = 21.71%
R=62.99%
G=15.30%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177436100.760.660.31351.9460.9143.14
HexB12B3D04C421F1603d2b
Octal26153750114102375407553
Binary1011000110101111110101001100100001011111101100000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B12B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B12B3D; }

 p { color: rgb(177,43,61); }

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

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

 a { background-color: rgb(177,43,61); }

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

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

 span { border-color: rgb(177,43,61); }

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