#B53341

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

Shades of Brick Red #B53341

Tints of Brick Red #B53341

Color information

#B53341 (or 0xB53341) is unknown color: approx Brick Red. HEX triplet: B5, 33 and 41. RGB value is (181,51,65). Sum of RGB (Red+Green+Blue) = 181+51+65=297 (39% of max value = 765). Red value is 181 (71.09% from 255 or 60.94% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 65 (25.78% from 255 or 21.89% from 297); Max value from RGB is 181 - color contains mainly: red. Hex color #B53341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53341 is #4ACCBE. Grayscale: #5B5B5B. Windows color (decimal): -4902079 or 4273077. OLE color: 4273077.

HSL color Cylindrical-coordinate representation of color #B53341: hue angle of 353.54º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B53341 is Cyan = 0, Magento = 0.72, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB1815165-
CMYK00.720.640.29
HSL353.54º56.03%45.49%-
HSV(B)353.54º71.82%70.98%-
XYZ21.1912.576.31-
YUV91.47113.07191.86-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 60.94%
GREEN value IS 51 (20.31% from 255) = 17.17%
BLUE value IS 65 (25.78% from 255) = 21.89%
R=60.94%
G=17.17%
B=21.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181516500.720.640.29353.5456.0345.49
HexB53341048401D162382d
Octal265631010110100355427055
Binary10110101110011100000101001000100000011101101100010111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B53341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B53341; }

 p { color: rgb(181,51,65); }

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

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

 a { background-color: rgb(181,51,65); }

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

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

 span { border-color: rgb(181,51,65); }

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