#BB2E2E

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

Shades of Persian Red #BB2E2E

Tints of Persian Red #BB2E2E

Color information

#BB2E2E (or 0xBB2E2E) is unknown color: approx Persian Red. HEX triplet: BB, 2E and 2E. RGB value is (187,46,46). Sum of RGB (Red+Green+Blue) = 187+46+46=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 46 (18.36% from 255 or 16.49% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2E2E is #44D1D1. Grayscale: #585858. Windows color (decimal): -4510162 or 3026619. OLE color: 3026619.

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

Color convert

RGB1874646-
CMYK00.750.750.27
HSL60.52%45.69%-
HSV(B)75.4%73.33%-
XYZ21.9612.723.88-
YUV88.16104.21198.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 67.03%
GREEN value IS 46 (18.36% from 255) = 16.49%
BLUE value IS 46 (18.36% from 255) = 16.49%
R=67.03%
G=16.49%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.75
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187464600.750.750.27060.5245.69
HexBB2E2E04B4B1B03d2e
Octal273565601131133307556
Binary10111011101110101110010010111001011110110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB2E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB2E2E; }

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

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

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

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

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

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

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

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