#BB373E

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

Shades of Brick Red #BB373E

Tints of Brick Red #BB373E

Color information

#BB373E (or 0xBB373E) is unknown color: approx Brick Red. HEX triplet: BB, 37 and 3E. RGB value is (187,55,62). Sum of RGB (Red+Green+Blue) = 187+55+62=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 55 (21.88% from 255 or 18.09% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB373E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB373E is #44C8C1. Grayscale: #5F5F5F. Windows color (decimal): -4507842 or 4077499. OLE color: 4077499.

HSL color Cylindrical-coordinate representation of color #BB373E: hue angle of 356.82º 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 #BB373E is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1875562-
CMYK00.710.670.27
HSL356.82º54.55%47.45%-
HSV(B)356.82º70.59%73.33%-
XYZ22.7313.645.99-
YUV95.27109.23193.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 61.51%
GREEN value IS 55 (21.88% from 255) = 18.09%
BLUE value IS 62 (24.61% from 255) = 20.39%
R=61.51%
G=18.09%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187556200.710.670.27356.8254.5547.45
HexBB373E047431B165372f
Octal27367760107103335456757
Binary1011101111011111111001000111100001111011101100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB373E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB373E; }

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

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

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

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

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

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

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

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