Html Css Color HEX #BB2E2E Persian Red

📋 copy color: '#BB2E2E'

red 187 ◦ green 46 ◦ blue 46

#BB2E2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #BB2E2E

Tints of Persian Red #BB2E2E

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 value IS 0

 M value IS 0.75

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB2E2E (or 0xBB2E2E) is known color: 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

RGB 187 46 46 -
CMYK 0 0.75 0.75 0.27
HSL 0.61% 0.46% -
HSV(B) 0.75% 0.73% -
XYZ 21.96 12.72 3.88 -
YUV 88.16 104.21 198.5 -
System Red Green Blue C M Y K H S L
Decimal 187 46 46 0 0.75 0.75 0.27 0 0.61 0.46
Hex BB 2E 2E 0 4B 4B 1B 0 3D 2E
Octal 273 56 56 0 113 113 33 0 75 56
Binary 10111011 101110 101110 0 1001011 1001011 11011 0 111101 101110

Color Harmonies of #BB2E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2E2E

Black with #BB2E2E

Text Example


Text Example

White with #BB2E2E

Text Example


Text Example

HTML Codes & Css Web 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>