#B72626

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

Shades of Fire Brick #B72626

Tints of Fire Brick #B72626

Color information

#B72626 (or 0xB72626) is unknown color: approx Fire Brick. HEX triplet: B7, 26 and 26. RGB value is (183,38,38). Sum of RGB (Red+Green+Blue) = 183+38+38=259 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.66% from 259); Green value is 38 (15.23% from 255 or 14.67% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 183 - color contains mainly: red. Hex color #B72626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72626 is #48D9D9. Grayscale: #515151. Windows color (decimal): -4774362 or 2500279. OLE color: 2500279.

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

Color convert

RGB1833838-
CMYK00.790.790.28
HSL65.61%43.33%-
HSV(B)79.23%71.76%-
XYZ20.5711.592.99-
YUV81.35103.54200.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 70.66%
GREEN value IS 38 (15.23% from 255) = 14.67%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=70.66%
G=14.67%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183383800.790.790.28065.6143.33
HexB7262604F4F1C0422b
Octal2674646011711734010253
Binary101101111001101001100100111110011111110001000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B72626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B72626; }

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

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

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

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

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

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

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

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