#B72618

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

Shades of Fire Brick #B72618

Tints of Fire Brick #B72618

Color information

#B72618 (or 0xB72618) is unknown color: approx Fire Brick. HEX triplet: B7, 26 and 18. RGB value is (183,38,24). Sum of RGB (Red+Green+Blue) = 183+38+24=245 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.69% from 245); Green value is 38 (15.23% from 255 or 15.51% from 245); Blue value is 24 (9.77% from 255 or 9.80% from 245); Max value from RGB is 183 - color contains mainly: red. Hex color #B72618 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B72618 is #48D9E7. Grayscale: #4F4F4F. Windows color (decimal): -4774376 or 1582775. OLE color: 1582775.

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

Color convert

RGB1833824-
CMYK00.790.870.28
HSL5.28º76.81%40.59%-
HSV(B)5.28º86.89%71.76%-
XYZ20.3911.522.01-
YUV79.7696.54201.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 74.69%
GREEN value IS 38 (15.23% from 255) = 15.51%
BLUE value IS 24 (9.77% from 255) = 9.80%
R=74.69%
G=15.51%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183382400.790.870.285.2876.8140.59
HexB7261804F571C54d29
Octal2674630011712734511551
Binary1011011110011011000010011111010111111001011001101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72618; }

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

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

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

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

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

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

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

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