#B54043

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

Shades of Brick Red #B54043

Tints of Brick Red #B54043

Color information

#B54043 (or 0xB54043) is unknown color: approx Brick Red. HEX triplet: B5, 40 and 43. RGB value is (181,64,67). Sum of RGB (Red+Green+Blue) = 181+64+67=312 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.01% from 312); Green value is 64 (25.39% from 255 or 20.51% from 312); Blue value is 67 (26.56% from 255 or 21.47% from 312); Max value from RGB is 181 - color contains mainly: red. Hex color #B54043 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54043 is #4ABFBC. Grayscale: #636363. Windows color (decimal): -4898749 or 4407477. OLE color: 4407477.

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

Color convert

RGB1816467-
CMYK00.650.630.29
HSL358.46º47.76%48.04%-
HSV(B)358.46º64.64%70.98%-
XYZ21.913.96.84-
YUV99.32109.76186.26-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.01%
GREEN value IS 64 (25.39% from 255) = 20.51%
BLUE value IS 67 (26.56% from 255) = 21.47%
R=58.01%
G=20.51%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181646700.650.630.29358.4647.7648.04
HexB540430413F1D1663030
Octal265100103010177355466060
Binary10110101100000010000110100000111111111101101100110110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54043; }

 p { color: rgb(181,64,67); }

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

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

 a { background-color: rgb(181,64,67); }

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

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

 span { border-color: rgb(181,64,67); }

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