#B43D42

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

Shades of Brick Red #B43D42

Tints of Brick Red #B43D42

Color information

#B43D42 (or 0xB43D42) is unknown color: approx Brick Red. HEX triplet: B4, 3D and 42. RGB value is (180,61,66). Sum of RGB (Red+Green+Blue) = 180+61+66=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B43D42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43D42 is #4BC2BD. Grayscale: #616161. Windows color (decimal): -4965054 or 4341172. OLE color: 4341172.

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

Color convert

RGB1806166-
CMYK00.660.630.29
HSL357.48º49.38%47.25%-
HSV(B)357.48º66.11%70.59%-
XYZ21.4713.436.62-
YUV97.15110.42187.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.63%
GREEN value IS 61 (24.22% from 255) = 19.87%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=58.63%
G=19.87%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180616600.660.630.29357.4849.3847.25
HexB43D420423F1D165312f
Octal26475102010277355456157
Binary1011010011110110000100100001011111111101101100101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43D42; }

 p { color: rgb(180,61,66); }

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

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

 a { background-color: rgb(180,61,66); }

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

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

 span { border-color: rgb(180,61,66); }

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