#bb3333

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

Shades of Persian Red #BB3333

Tints of Persian Red #BB3333

Color information

#BB3333 (or 0xBB3333) is unknown color: approx Persian Red. HEX triplet: BB, 33 and 33. RGB value is (187,51,51). Sum of RGB (Red+Green+Blue) = 187+51+51=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3333 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3333 is #44CCCC. Grayscale: #5B5B5B. Windows color (decimal): -4508877 or 3355579. OLE color: 3355579.

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

Color convert

RGB1875151-
CMYK00.730.730.27
HSL57.14%46.67%-
HSV(B)72.73%73.33%-
XYZ22.2713.174.5-
YUV91.66105.06196-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.71%
GREEN value IS 51 (20.31% from 255) = 17.65%
BLUE value IS 51 (20.31% from 255) = 17.65%
R=64.71%
G=17.65%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187515100.730.730.27057.1446.67
HexBB3333049491B0392f
Octal273636301111113307157
Binary10111011110011110011010010011001001110110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb3333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb3333; }

 p { color: rgb(187,51,51); }

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

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

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

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

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

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

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