Html Css Color HEX #BB3531 Persian Red

📋 copy color: '#BB3531'

red 187 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #BB3531

Tints of Persian Red #BB3531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.34%

 BLUE value IS 49 (19.53% from 255) = 16.96%

R = 64.71%
G = 18.34%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.27

RGB Variations

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

Color information

#BB3531 (or 0xBB3531) is known color: Persian Red. HEX triplet: BB, 35 and 31. RGB value is (187,53,49). Sum of RGB (Red+Green+Blue) = 187+53+49=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 49 (19.53% from 255 or 16.96% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3531 is #44CACE. Grayscale: #5C5C5C. Windows color (decimal): -4508367 or 3225019. OLE color: 3225019.

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

Color convert

RGB 187 53 49 -
CMYK 0 0.72 0.74 0.27
HSL 1.74º 0.58% 0.46% -
HSV(B) 1.74º 0.74% 0.73% -
XYZ 22.32 13.33 4.3 -
YUV 92.61 103.39 195.33 -
System Red Green Blue C M Y K H S L
Decimal 187 53 49 0 0.72 0.74 0.27 1.74 0.58 0.46
Hex BB 35 31 0 48 4A 1B 2 3A 2E
Octal 273 65 61 0 110 112 33 2 72 56
Binary 10111011 110101 110001 0 1001000 1001010 11011 10 111010 101110

Color Harmonies of #BB3531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3531

Black with #BB3531

Text Example


Text Example

White with #BB3531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3531; }

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

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

background-color css

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

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

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

border-color css

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

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

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