#BB3441

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

Shades of Brick Red #BB3441

Tints of Brick Red #BB3441

Color information

#BB3441 (or 0xBB3441) is unknown color: approx Brick Red. HEX triplet: BB, 34 and 41. RGB value is (187,52,65). Sum of RGB (Red+Green+Blue) = 187+52+65=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 65 (25.78% from 255 or 21.38% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3441 is #44CBBE. Grayscale: #5D5D5D. Windows color (decimal): -4508607 or 4273339. OLE color: 4273339.

HSL color Cylindrical-coordinate representation of color #BB3441: hue angle of 354.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3441 is Cyan = 0, Magento = 0.72, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1875265-
CMYK00.720.650.27
HSL354.22º56.49%46.86%-
HSV(B)354.22º72.19%73.33%-
XYZ22.6813.46.39-
YUV93.85111.73194.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 52 (20.70% from 255) = 17.11%
BLUE value IS 65 (25.78% from 255) = 21.38%
R=61.51%
G=17.11%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187526500.720.650.27354.2256.4946.86
HexBB3441048411B162382f
Octal273641010110101335427057
Binary10111011110100100000101001000100000111011101100010111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3441; }

 p { color: rgb(187,52,65); }

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

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

 a { background-color: rgb(187,52,65); }

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

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

 span { border-color: rgb(187,52,65); }

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