#B72C36

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

Shades of Brick Red #B72C36

Tints of Brick Red #B72C36

Color information

#B72C36 (or 0xB72C36) is unknown color: approx Brick Red. HEX triplet: B7, 2C and 36. RGB value is (183,44,54). Sum of RGB (Red+Green+Blue) = 183+44+54=281 (37% of max value = 765). Red value is 183 (71.88% from 255 or 65.12% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C36 is #48D3C9. Grayscale: #565656. Windows color (decimal): -4772810 or 3550391. OLE color: 3550391.

HSL color Cylindrical-coordinate representation of color #B72C36: hue angle of 355.68º 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 #B72C36 is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.28.

Color convert

RGB1834454-
CMYK00.760.700.28
HSL355.68º61.23%44.51%-
HSV(B)355.68º75.96%71.76%-
XYZ21.0912.134.72-
YUV86.7109.55196.69-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 65.12%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 54 (21.48% from 255) = 19.22%
R=65.12%
G=15.66%
B=19.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.70
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183445400.760.700.28355.6861.2344.51
HexB72C3604C461C1643d2d
Octal26754660114106345447555
Binary1011011110110011011001001100100011011100101100100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72C36; }

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

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

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

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

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

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

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

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