#B72A29

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

Shades of Fire Brick #B72A29

Tints of Fire Brick #B72A29

Color information

#B72A29 (or 0xB72A29) is unknown color: approx Fire Brick. HEX triplet: B7, 2A and 29. RGB value is (183,42,41). Sum of RGB (Red+Green+Blue) = 183+42+41=266 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.80% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72A29 is #48D5D6. Grayscale: #545454. Windows color (decimal): -4773335 or 2697911. OLE color: 2697911.

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

Color convert

RGB1834241-
CMYK00.770.780.28
HSL0.42º63.39%43.92%-
HSV(B)0.42º77.6%71.76%-
XYZ20.7611.883.3-
YUV84.04103.71198.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.80%
GREEN value IS 42 (16.80% from 255) = 15.79%
BLUE value IS 41 (16.41% from 255) = 15.41%
R=68.80%
G=15.79%
B=15.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183424100.770.780.280.4263.3943.92
HexB72A2904D4E1C03f2c
Octal267525101151163407754
Binary10110111101010101001010011011001110111000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72A29; }

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

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

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

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

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

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

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

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