#BB303E

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

Shades of Brick Red #BB303E

Tints of Brick Red #BB303E

Color information

#BB303E (or 0xBB303E) is unknown color: approx Brick Red. HEX triplet: BB, 30 and 3E. RGB value is (187,48,62). Sum of RGB (Red+Green+Blue) = 187+48+62=297 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.96% from 297); Green value is 48 (19.14% from 255 or 16.16% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 187 - color contains mainly: red. Hex color #BB303E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB303E is #44CFC1. Grayscale: #5B5B5B. Windows color (decimal): -4509634 or 4075707. OLE color: 4075707.

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

Color convert

RGB1874862-
CMYK00.740.670.27
HSL353.96º59.15%46.08%-
HSV(B)353.96º74.33%73.33%-
XYZ22.4213.035.89-
YUV91.16111.55196.36-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 62.96%
GREEN value IS 48 (19.14% from 255) = 16.16%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=62.96%
G=16.16%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187486200.740.670.27353.9659.1546.08
HexBB303E04A431B1623b2e
Octal27360760112103335427356
Binary1011101111000011111001001010100001111011101100010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB303E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB303E; }

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

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

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

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

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

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

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

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