Html Css Color HEX #BB312E Persian Red

📋 copy color: '#BB312E'

red 187 ◦ green 49 ◦ blue 46

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

Shades of Persian Red #BB312E

Tints of Persian Red #BB312E

RGB

 RED value IS 187 (73.44% from 255) = 66.31%

 GREEN value IS 49 (19.53% from 255) = 17.38%

 BLUE value IS 46 (18.36% from 255) = 16.31%

R = 66.31%
G = 17.38%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB312E (or 0xBB312E) is known color: Persian Red. HEX triplet: BB, 31 and 2E. RGB value is (187,49,46). Sum of RGB (Red+Green+Blue) = 187+49+46=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 46 (18.36% from 255 or 16.31% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB312E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB312E is #44CED1. Grayscale: #5A5A5A. Windows color (decimal): -4509394 or 3027387. OLE color: 3027387.

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

Color convert

RGB 187 49 46 -
CMYK 0 0.74 0.75 0.27
HSL 1.28º 0.61% 0.46% -
HSV(B) 1.28º 0.75% 0.73% -
XYZ 22.08 12.96 3.92 -
YUV 89.92 103.22 197.24 -
System Red Green Blue C M Y K H S L
Decimal 187 49 46 0 0.74 0.75 0.27 1.28 0.61 0.46
Hex BB 31 2E 0 4A 4B 1B 1 3D 2E
Octal 273 61 56 0 112 113 33 1 75 56
Binary 10111011 110001 101110 0 1001010 1001011 11011 1 111101 101110

Color Harmonies of #BB312E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB312E

Black with #BB312E

Text Example


Text Example

White with #BB312E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB312E; }

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

 H1.HeaderClassName
 {
   color: #BB312E;
 }
 .AnyTagClassName
 {
   color: #BB312E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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