#BB3533

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

Shades of Persian Red #BB3533

Tints of Persian Red #BB3533

Color information

#BB3533 (or 0xBB3533) is unknown color: approx Persian Red. HEX triplet: BB, 35 and 33. RGB value is (187,53,51). Sum of RGB (Red+Green+Blue) = 187+53+51=291 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.26% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3533 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3533 is #44CACC. Grayscale: #5C5C5C. Windows color (decimal): -4508365 or 3356091. OLE color: 3356091.

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

Color convert

RGB1875351-
CMYK00.720.730.27
HSL0.88º57.14%46.67%-
HSV(B)0.88º72.73%73.33%-
XYZ22.3613.354.53-
YUV92.84104.39195.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 64.26%
GREEN value IS 53 (21.09% from 255) = 18.21%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=64.26%
G=18.21%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187535100.720.730.270.8857.1446.67
HexBB3533048491B1392f
Octal273656301101113317157
Binary10111011110101110011010010001001001110111111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB3533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB3533; }

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

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

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

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

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

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

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

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