#BB2A38

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

Shades of Brick Red #BB2A38

Tints of Brick Red #BB2A38

Color information

#BB2A38 (or 0xBB2A38) is unknown color: approx Brick Red. HEX triplet: BB, 2A and 38. RGB value is (187,42,56). Sum of RGB (Red+Green+Blue) = 187+42+56=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 42 (16.80% from 255 or 14.74% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2A38 is #44D5C7. Grayscale: #575757. Windows color (decimal): -4511176 or 3680955. OLE color: 3680955.

HSL color Cylindrical-coordinate representation of color #BB2A38: hue angle of 354.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB2A38 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1874256-
CMYK00.780.700.27
HSL354.21º63.32%44.9%-
HSV(B)354.21º77.54%73.33%-
XYZ22.0412.514.99-
YUV86.95110.54199.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 65.61%
GREEN value IS 42 (16.80% from 255) = 14.74%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=65.61%
G=14.74%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187425600.780.700.27354.2163.3244.9
HexBB2A3804E461B1623f2d
Octal27352700116106335427755
Binary1011101110101011100001001110100011011011101100010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2A38; }

 p { color: rgb(187,42,56); }

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

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

 a { background-color: rgb(187,42,56); }

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

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

 span { border-color: rgb(187,42,56); }

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