#B54042

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

Shades of Brick Red #B54042

Tints of Brick Red #B54042

Color information

#B54042 (or 0xB54042) is unknown color: approx Brick Red. HEX triplet: B5, 40 and 42. RGB value is (181,64,66). Sum of RGB (Red+Green+Blue) = 181+64+66=311 (41% of max value = 765). Red value is 181 (71.09% from 255 or 58.20% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 181 - color contains mainly: red. Hex color #B54042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B54042 is #4ABFBD. Grayscale: #636363. Windows color (decimal): -4898750 or 4341941. OLE color: 4341941.

HSL color Cylindrical-coordinate representation of color #B54042: hue angle of 358.97º 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 #B54042 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1816466-
CMYK00.650.640.29
HSL358.97º47.76%48.04%-
HSV(B)358.97º64.64%70.98%-
XYZ21.8713.886.68-
YUV99.21109.26186.34-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.20%
GREEN value IS 64 (25.39% from 255) = 20.58%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=58.20%
G=20.58%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181646600.650.640.29358.9747.7648.04
HexB54042041401D1673030
Octal2651001020101100355476060
Binary101101011000000100001001000001100000011101101100111110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B54042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B54042; }

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

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

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

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

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

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

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

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