#BB3642

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

Shades of Brick Red #BB3642

Tints of Brick Red #BB3642

Color information

#BB3642 (or 0xBB3642) is unknown color: approx Brick Red. HEX triplet: BB, 36 and 42. RGB value is (187,54,66). Sum of RGB (Red+Green+Blue) = 187+54+66=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3642 is #44C9BD. Grayscale: #5F5F5F. Windows color (decimal): -4508094 or 4339387. OLE color: 4339387.

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

Color convert

RGB1875466-
CMYK00.710.650.27
HSL354.59º55.19%47.25%-
HSV(B)354.59º71.12%73.33%-
XYZ22.813.66.58-
YUV95.14111.56193.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 60.91%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 66 (26.17% from 255) = 21.50%
R=60.91%
G=17.59%
B=21.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187546600.710.650.27354.5955.1947.25
HexBB3642047411B163372f
Octal273661020107101335436757
Binary10111011110110100001001000111100000111011101100011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3642; }

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

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

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

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

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

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

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

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