#B5293B

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

Shades of Brick Red #B5293B

Tints of Brick Red #B5293B

Color information

#B5293B (or 0xB5293B) is unknown color: approx Brick Red. HEX triplet: B5, 29 and 3B. RGB value is (181,41,59). Sum of RGB (Red+Green+Blue) = 181+41+59=281 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.41% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 59 (23.44% from 255 or 21.00% from 281); Max value from RGB is 181 - color contains mainly: red. Hex color #B5293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5293B is #4AD6C4. Grayscale: #545454. Windows color (decimal): -4904645 or 3877301. OLE color: 3877301.

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

Color convert

RGB1814159-
CMYK00.770.670.29
HSL352.29º63.06%43.53%-
HSV(B)352.29º77.35%70.98%-
XYZ20.6411.735.31-
YUV84.91113.38196.54-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 64.41%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 59 (23.44% from 255) = 21.00%
R=64.41%
G=14.59%
B=21.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.67
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181415900.770.670.29352.2963.0643.53
HexB5293B04D431D1603f2c
Octal26551730115103355407754
Binary1011010110100111101101001101100001111101101100000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5293B; }

 p { color: rgb(181,41,59); }

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

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

 a { background-color: rgb(181,41,59); }

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

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

 span { border-color: rgb(181,41,59); }

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