Html Css Color HEX #BB322A Persian Red

📋 copy color: '#BB322A'

red 187 ◦ green 50 ◦ blue 42

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

Shades of Persian Red #BB322A

Tints of Persian Red #BB322A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.05%

R = 67.03%
G = 17.92%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB322A (or 0xBB322A) is known color: Persian Red. HEX triplet: BB, 32 and 2A. RGB value is (187,50,42). Sum of RGB (Red+Green+Blue) = 187+50+42=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 42 (16.80% from 255 or 15.05% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB322A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB322A is #44CDD5. Grayscale: #5A5A5A. Windows color (decimal): -4509142 or 2765499. OLE color: 2765499.

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

Color convert

RGB 187 50 42 -
CMYK 0 0.73 0.78 0.27
HSL 3.31º 0.63% 0.45% -
HSV(B) 3.31º 0.78% 0.73% -
XYZ 22.05 13.01 3.54 -
YUV 90.05 100.89 197.15 -
System Red Green Blue C M Y K H S L
Decimal 187 50 42 0 0.73 0.78 0.27 3.31 0.63 0.45
Hex BB 32 2A 0 49 4E 1B 3 3F 2D
Octal 273 62 52 0 111 116 33 3 77 55
Binary 10111011 110010 101010 0 1001001 1001110 11011 11 111111 101101

Color Harmonies of #BB322A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB322A

Black with #BB322A

Text Example


Text Example

White with #BB322A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB322A; }

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

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

background-color css

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

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

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

border-color css

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

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

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