#b72c1a

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

Shades of Fire Brick #B72C1A

Tints of Fire Brick #B72C1A

Color information

#B72C1A (or 0xB72C1A) is unknown color: approx Fire Brick. HEX triplet: B7, 2C and 1A. RGB value is (183,44,26). Sum of RGB (Red+Green+Blue) = 183+44+26=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 44 (17.58% from 255 or 17.39% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72C1A is #48D3E5. Grayscale: #535353. Windows color (decimal): -4772838 or 1715383. OLE color: 1715383.

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

Color convert

RGB1834426-
CMYK00.760.860.28
HSL6.88º75.12%40.98%-
HSV(B)6.88º85.79%71.76%-
XYZ20.6211.942.2-
YUV83.5195.55198.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 72.33%
GREEN value IS 44 (17.58% from 255) = 17.39%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=72.33%
G=17.39%
B=10.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183442600.760.860.286.8875.1240.98
HexB72C1A04C561C74b29
Octal2675432011412634711351
Binary1011011110110011010010011001010110111001111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b72c1a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b72c1a; }

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

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

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

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

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

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

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

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