#B72C40

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

Shades of Brick Red #B72C40

Tints of Brick Red #B72C40

Color information

#B72C40 (or 0xB72C40) is unknown color: approx Brick Red. HEX triplet: B7, 2C and 40. RGB value is (183,44,64). Sum of RGB (Red+Green+Blue) = 183+44+64=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C40 is #48D3BF. Grayscale: #575757. Windows color (decimal): -4772800 or 4205751. OLE color: 4205751.

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

Color convert

RGB1834464-
CMYK00.760.650.28
HSL351.37º61.23%44.51%-
HSV(B)351.37º75.96%71.76%-
XYZ21.3512.246.09-
YUV87.84114.55195.87-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.89%
GREEN value IS 44 (17.58% from 255) = 15.12%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=62.89%
G=15.12%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183446400.760.650.28351.3761.2344.51
HexB72C4004C411C15f3d2d
Octal267541000114101345377555
Binary10110111101100100000001001100100000111100101011111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C40; }

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

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

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

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

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

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

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

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