#BB3026

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

Shades of Fire Brick #BB3026

Tints of Fire Brick #BB3026

Color information

#BB3026 (or 0xBB3026) is unknown color: approx Fire Brick. HEX triplet: BB, 30 and 26. RGB value is (187,48,38). Sum of RGB (Red+Green+Blue) = 187+48+38=273 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.50% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3026 is #44CFD9. Grayscale: #585858. Windows color (decimal): -4509658 or 2502843. OLE color: 2502843.

HSL color Cylindrical-coordinate representation of color #BB3026: hue angle of 4.03º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB3026 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1874838-
CMYK00.740.800.27
HSL4.03º66.22%44.12%-
HSV(B)4.03º79.68%73.33%-
XYZ21.912.823.15-
YUV88.4299.55198.31-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 68.50%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 38 (15.23% from 255) = 13.92%
R=68.50%
G=17.58%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187483800.740.800.274.0366.2244.12
HexBB302604A501B4422c
Octal2736046011212033410254
Binary10111011110000100110010010101010000110111001000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3026; }

 p { color: rgb(187,48,38); }

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

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

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

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

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

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

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