#B43A3E

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

Shades of Brick Red #B43A3E

Tints of Brick Red #B43A3E

Color information

#B43A3E (or 0xB43A3E) is unknown color: approx Brick Red. HEX triplet: B4, 3A and 3E. RGB value is (180,58,62). Sum of RGB (Red+Green+Blue) = 180+58+62=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 58 (23.05% from 255 or 19.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43A3E is #4BC5C1. Grayscale: #5F5F5F. Windows color (decimal): -4965826 or 4078260. OLE color: 4078260.

HSL color Cylindrical-coordinate representation of color #B43A3E: hue angle of 358.03º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43A3E is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB1805862-
CMYK00.680.660.29
HSL358.03º51.26%46.67%-
HSV(B)358.03º67.78%70.59%-
XYZ21.213.085.96-
YUV94.93109.42188.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 60%
GREEN value IS 58 (23.05% from 255) = 19.33%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=60%
G=19.33%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180586200.680.660.29358.0351.2646.67
HexB43A3E044421D166332f
Octal26472760104102355466357
Binary1011010011101011111001000100100001011101101100110110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A3E; }

 p { color: rgb(180,58,62); }

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

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

 a { background-color: rgb(180,58,62); }

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

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

 span { border-color: rgb(180,58,62); }

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