#B72E26

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

Shades of Fire Brick #B72E26

Tints of Fire Brick #B72E26

Color information

#B72E26 (or 0xB72E26) is unknown color: approx Fire Brick. HEX triplet: B7, 2E and 26. RGB value is (183,46,38). Sum of RGB (Red+Green+Blue) = 183+46+38=267 (35% of max value = 765). Red value is 183 (71.88% from 255 or 68.54% from 267); Green value is 46 (18.36% from 255 or 17.23% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E26 is #48D1D9. Grayscale: #565656. Windows color (decimal): -4772314 or 2502327. OLE color: 2502327.

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

Color convert

RGB1834638-
CMYK00.750.790.28
HSL3.31º65.61%43.33%-
HSV(B)3.31º79.23%71.76%-
XYZ20.8612.163.08-
YUV86.05100.89197.15-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 68.54%
GREEN value IS 46 (18.36% from 255) = 17.23%
BLUE value IS 38 (15.23% from 255) = 14.23%
R=68.54%
G=17.23%
B=14.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183463800.750.790.283.3165.6143.33
HexB72E2604B4F1C3422b
Octal2675646011311734310253
Binary1011011110111010011001001011100111111100111000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72E26; }

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

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

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

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

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

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

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

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