#B72E2D

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

Shades of Fire Brick #B72E2D

Tints of Fire Brick #B72E2D

Color information

#B72E2D (or 0xB72E2D) is unknown color: approx Fire Brick. HEX triplet: B7, 2E and 2D. RGB value is (183,46,45). Sum of RGB (Red+Green+Blue) = 183+46+45=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 46 (18.36% from 255 or 16.79% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E2D is #48D1D2. Grayscale: #565656. Windows color (decimal): -4772307 or 2961079. OLE color: 2961079.

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

Color convert

RGB1834645-
CMYK00.750.750.28
HSL0.43º60.53%44.71%-
HSV(B)0.43º75.41%71.76%-
XYZ20.9812.213.73-
YUV86.85104.39196.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 66.79%
GREEN value IS 46 (18.36% from 255) = 16.79%
BLUE value IS 45 (17.97% from 255) = 16.42%
R=66.79%
G=16.79%
B=16.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183464500.750.750.280.4360.5344.71
HexB72E2D04B4B1C03d2d
Octal267565501131133407555
Binary10110111101110101101010010111001011111000111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E2D; }

 p { color: rgb(183,46,45); }

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

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

 a { background-color: rgb(183,46,45); }

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

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

 span { border-color: rgb(183,46,45); }

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