Html Css Color HEX #BB3230 Persian Red

📋 copy color: '#BB3230'

red 187 ◦ green 50 ◦ blue 48

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

Shades of Persian Red #BB3230

Tints of Persian Red #BB3230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

 BLUE value IS 48 (19.14% from 255) = 16.84%

R = 65.61%
G = 17.54%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB3230 (or 0xBB3230) is known color: Persian Red. HEX triplet: BB, 32 and 30. RGB value is (187,50,48). Sum of RGB (Red+Green+Blue) = 187+50+48=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3230 is #44CDCF. Grayscale: #5A5A5A. Windows color (decimal): -4509136 or 3158715. OLE color: 3158715.

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

Color convert

RGB 187 50 48 -
CMYK 0 0.73 0.74 0.27
HSL 0.86º 0.59% 0.46% -
HSV(B) 0.86º 0.74% 0.73% -
XYZ 22.17 13.06 4.15 -
YUV 90.74 103.89 196.66 -
System Red Green Blue C M Y K H S L
Decimal 187 50 48 0 0.73 0.74 0.27 0.86 0.59 0.46
Hex BB 32 30 0 49 4A 1B 1 3B 2E
Octal 273 62 60 0 111 112 33 1 73 56
Binary 10111011 110010 110000 0 1001001 1001010 11011 1 111011 101110

Color Harmonies of #BB3230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3230

Black with #BB3230

Text Example


Text Example

White with #BB3230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3230; }

 p { color: rgb(187,50,48); }

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

background-color css

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

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

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

border-color css

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

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

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