Html Css Color HEX #BB332F Persian Red

📋 copy color: '#BB332F'

red 187 ◦ green 51 ◦ blue 47

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

Shades of Persian Red #BB332F

Tints of Persian Red #BB332F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 65.61%
G = 17.89%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB332F (or 0xBB332F) is known color: Persian Red. HEX triplet: BB, 33 and 2F. RGB value is (187,51,47). Sum of RGB (Red+Green+Blue) = 187+51+47=285 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.61% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 187 - color contains mainly: red. Hex color #BB332F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB332F is #44CCD0. Grayscale: #5B5B5B. Windows color (decimal): -4508881 or 3093435. OLE color: 3093435.

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

Color convert

RGB 187 51 47 -
CMYK 0 0.73 0.75 0.27
HSL 1.71º 0.6% 0.46% -
HSV(B) 1.71º 0.75% 0.73% -
XYZ 22.19 13.14 4.06 -
YUV 91.21 103.06 196.33 -
System Red Green Blue C M Y K H S L
Decimal 187 51 47 0 0.73 0.75 0.27 1.71 0.6 0.46
Hex BB 33 2F 0 49 4B 1B 2 3C 2E
Octal 273 63 57 0 111 113 33 2 74 56
Binary 10111011 110011 101111 0 1001001 1001011 11011 10 111100 101110

Color Harmonies of #BB332F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB332F

Black with #BB332F

Text Example


Text Example

White with #BB332F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB332F; }

 p { color: rgb(187,51,47); }

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

background-color css

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

 a { background-color: rgb(187,51,47); }

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

border-color css

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

 span { border-color: rgb(187,51,47); }

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