#BB3E44

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

Shades of Brick Red #BB3E44

Tints of Brick Red #BB3E44

Color information

#BB3E44 (or 0xBB3E44) is unknown color: approx Brick Red. HEX triplet: BB, 3E and 44. RGB value is (187,62,68). Sum of RGB (Red+Green+Blue) = 187+62+68=317 (41% of max value = 765). Red value is 187 (73.44% from 255 or 58.99% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 68 (26.95% from 255 or 21.45% from 317); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3E44 is #44C1BB. Grayscale: #646464. Windows color (decimal): -4506044 or 4472507. OLE color: 4472507.

HSL color Cylindrical-coordinate representation of color #BB3E44: hue angle of 357.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BB3E44 is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB1876268-
CMYK00.670.640.27
HSL357.12º50.2%48.82%-
HSV(B)357.12º66.84%73.33%-
XYZ23.2614.437.03-
YUV100.06109.91190.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 58.99%
GREEN value IS 62 (24.61% from 255) = 19.56%
BLUE value IS 68 (26.95% from 255) = 21.45%
R=58.99%
G=19.56%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.64
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187626800.670.640.27357.1250.248.82
HexBB3E44043401B1653231
Octal273761040103100335456261
Binary10111011111110100010001000011100000011011101100101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3E44; }

 p { color: rgb(187,62,68); }

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

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

 a { background-color: rgb(187,62,68); }

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

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

 span { border-color: rgb(187,62,68); }

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