#B72D2A

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

Shades of Fire Brick #B72D2A

Tints of Fire Brick #B72D2A

Color information

#B72D2A (or 0xB72D2A) is unknown color: approx Fire Brick. HEX triplet: B7, 2D and 2A. RGB value is (183,45,42). Sum of RGB (Red+Green+Blue) = 183+45+42=270 (35% of max value = 765). Red value is 183 (71.88% from 255 or 67.78% from 270); Green value is 45 (17.97% from 255 or 16.67% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72D2A is #48D2D5. Grayscale: #565656. Windows color (decimal): -4772566 or 2764215. OLE color: 2764215.

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

Color convert

RGB1834542-
CMYK00.750.770.28
HSL1.28º62.67%44.12%-
HSV(B)1.28º77.05%71.76%-
XYZ20.8812.113.43-
YUV85.92103.22197.24-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 67.78%
GREEN value IS 45 (17.97% from 255) = 16.67%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=67.78%
G=16.67%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183454200.750.770.281.2862.6744.12
HexB72D2A04B4D1C13f2c
Octal267555201131153417754
Binary10110111101101101010010010111001101111001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72D2A; }

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

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

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

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

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

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

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

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