#B72A40

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

Shades of Brick Red #B72A40

Tints of Brick Red #B72A40

Color information

#B72A40 (or 0xB72A40) is unknown color: approx Brick Red. HEX triplet: B7, 2A and 40. RGB value is (183,42,64). Sum of RGB (Red+Green+Blue) = 183+42+64=289 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.32% from 289); Green value is 42 (16.80% from 255 or 14.53% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A40 is #48D5BF. Grayscale: #565656. Windows color (decimal): -4773312 or 4205239. OLE color: 4205239.

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

Color convert

RGB1834264-
CMYK00.770.650.28
HSL350.64º62.67%44.12%-
HSV(B)350.64º77.05%71.76%-
XYZ21.2812.096.06-
YUV86.67115.21196.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 63.32%
GREEN value IS 42 (16.80% from 255) = 14.53%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=63.32%
G=14.53%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183426400.770.650.28350.6462.6744.12
HexB72A4004D411C15f3f2c
Octal267521000115101345377754
Binary10110111101010100000001001101100000111100101011111111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A40; }

 p { color: rgb(183,42,64); }

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

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

 a { background-color: rgb(183,42,64); }

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

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

 span { border-color: rgb(183,42,64); }

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