#BB3A42

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

Shades of Brick Red #BB3A42

Tints of Brick Red #BB3A42

Color information

#BB3A42 (or 0xBB3A42) is unknown color: approx Brick Red. HEX triplet: BB, 3A and 42. RGB value is (187,58,66). Sum of RGB (Red+Green+Blue) = 187+58+66=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3A42 is #44C5BD. Grayscale: #616161. Windows color (decimal): -4507070 or 4340411. OLE color: 4340411.

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

Color convert

RGB1875866-
CMYK00.690.650.27
HSL356.28º52.65%48.04%-
HSV(B)356.28º68.98%73.33%-
XYZ22.9913.986.64-
YUV97.48110.24191.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.13%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 66 (26.17% from 255) = 21.22%
R=60.13%
G=18.65%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187586600.690.650.27356.2852.6548.04
HexBB3A42045411B1643530
Octal273721020105101335446560
Binary10111011111010100001001000101100000111011101100100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3A42; }

 p { color: rgb(187,58,66); }

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

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

 a { background-color: rgb(187,58,66); }

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

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

 span { border-color: rgb(187,58,66); }

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