#BB3123

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

Shades of Fire Brick #BB3123

Tints of Fire Brick #BB3123

Color information

#BB3123 (or 0xBB3123) is unknown color: approx Fire Brick. HEX triplet: BB, 31 and 23. RGB value is (187,49,35). Sum of RGB (Red+Green+Blue) = 187+49+35=271 (35% of max value = 765). Red value is 187 (73.44% from 255 or 69.00% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3123 is #44CEDC. Grayscale: #585858. Windows color (decimal): -4509405 or 2306491. OLE color: 2306491.

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

Color convert

RGB1874935-
CMYK00.740.810.27
HSL5.53º68.47%43.53%-
HSV(B)5.53º81.28%73.33%-
XYZ21.912.882.92-
YUV88.6797.72198.14-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 69.00%
GREEN value IS 49 (19.53% from 255) = 18.08%
BLUE value IS 35 (14.06% from 255) = 12.92%
R=69.00%
G=18.08%
B=12.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187493500.740.810.275.5368.4743.53
HexBB312304A511B6442c
Octal2736143011212133610454
Binary10111011110001100011010010101010001110111101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3123; }

 p { color: rgb(187,49,35); }

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

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

 a { background-color: rgb(187,49,35); }

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

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

 span { border-color: rgb(187,49,35); }

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